kubenow / KubeNow

Deploy Kubernetes. Now!
Apache License 2.0
291 stars 40 forks source link

Investigating NFS and External Storage Integration with ownCloud #325

Open carmat88 opened 6 years ago

carmat88 commented 6 years ago

Howdy @mcapuccini and @andersla. As per our recent DevOps Meeting, we'd like to investigate integration of NFS and external storage Integration with ownCloud.

From their web site there seems to be positive signals for such goal:

EXTERNAL STORAGE

With ownCloud, you can also leverage pre-existing storage: FTP, Swift, S3, Dropbox and more. Administrators are able to decide whether to store the most sensitive data on-premises and less sensitive data in the cloud while making all of your files available through a single interface and enabling compliance with your chosen security and governance policies.

and this might include also NFS although not entirely sure yet.

Here are some useful links:

Cheers.

carmat88 commented 6 years ago

Other hints to be investigated:

Frontend: mounting OwnCloud's volume as a persistent volume in Kubernetes (if basically it can be exposed as a NFS)

Backend: how owncloud can write persistent data (one idea is by using Object Storage)

carmat88 commented 6 years ago

Some other useful links:

carmat88 commented 6 years ago

I have opened an issue because documentation might be outdated and unclear: