-
Notifications
You must be signed in to change notification settings - Fork 193
Wishlist 5.x - Kubernetes native volume support #486
Description
Are there any plans to add LizardFS as a native Volume for Kubernetes and join the ranks of CephFS and GlusterFS?
http://kubernetes.io/docs/user-guide/volumes/#types-of-volumes
Right now, I have to push /dev/fuse into my coreos rocket (rkt) containers and use a distro that supports mfsmount (e.g. Ubuntu). It would be nice to shift and abstract the volume work to Kubernetes proper, instead of handling it within the container/pod itself. This would allow me to use 'Alpine' for small services since the volume handling is external.
As an aside, since 'Alpine' is becoming more and more prevalent as a (small) base container image, are there any plans to add lizardfs (at minimum the client mounting utils) as an official package?