docker - Possibility of using gluster volume in k8s if glusterfs client package on container -
kubernetes supports several types of volumes including glusterfs. glusterfs can persistent volumes in k8s. https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/glusterfs/
for using glusterfs volumes in k8s, 1 of prerequisites "install glusterfs client package on kubernetes nodes". if expect shall in containers. possible put gluster client in container (e.g. daemonset deploy gluster client on k8s node first), while k8s still can suing glusterfs above example?
will k8s support such using scenarios?
nothing officially supported via way described @ moment, take @ blog post, outlines describe: https://huaminchen.wordpress.com/2016/03/22/yet-another-containerized-mounter-for-kubernetes/
Comments
Post a Comment