I'm trying to deploy #nextcloud to my #kubernetes cluster using their official #HelmChart . I have a #zfs box, where all my important data lives. I planned to use the csi-nfs-driver to allocate some PVC via NFS. Apparently, there are problems with Nextcloud initializing on NFS backed PVC, because of permissions and rsync and what not. Enabling 'async' for my NFS shares isn't really something I want to do. :-/ There seem to be further problems with RWX volumes on NFS, which is bad for HA as well. Man, this is a headache. Has anybody solved this problem? Adding MinIO to my ZFS host is one option I see. But that adds a lot of complexity 😕
#selfhosting #homelab #k8s