hobby-kube / guide

Kubernetes clusters for the hobbyist.
MIT License
5.6k stars 259 forks source link

Integrate external storage providers : e.g. nfs-provisioner #14

Closed thmue closed 7 years ago

thmue commented 7 years ago

"nfs-provisioner is an out-of-tree dynamic provisioner for Kubernetes 1.4. You can use it to quickly & easily deploy shared storage that works almost anywhere. "

https://github.com/kubernetes-incubator/external-storage

Especially for the hobbyist external storage is a big problem or very expensive. It would be fantastic if you could integrate this nfs-provisioner in your tutorial.

pstadler commented 7 years ago

I actually first used the NFS provisioner for a couple of months. It works really well and is pretty simple to set up, but it's not distributed / highly available. Not sure if this should be recommended because of that. Maybe some manifests could be provided in https://github.com/hobby-kube/manifests though.

pstadler commented 7 years ago

Closing this due to inactivity and the explanation in my previous post.