So, what are people using for persistent storage in Kubernetes? I would like both file and object storage (but if I have file storage, it seems I can get object storage using a simple helm command).
I do not want to store data on my worker nodes; I have storage available via NFS or iSCSI, but cannot run (e.g.) Ceph directly on my storage (it’s a couple of Synology NASes), but could perhaps set it up in the cluster itself.
The NFS provisioner seems decidedly “demo ready” (plus it lives out of tree).