I recommend looking into the CSI driver (csi-driver-nfs). It seems to fulfill the same use case as nfs-subdir-external-provisioner but it's better integrated into the kubernetes workflow. The nfs subdir external provisioner seems to mount a single NFS volume to itself and you're essentially sharing the provisioner pod's storage volume. Supporting multiple NFS hosts would require you to set up additional NFS provisioners. The CSI driver allows you to set up your persistent volumes (PVs) directly. The major benefit is you're not restricted to just a single NFS share - each PV created by the CSI driver can specify a different NFS server/share.
@termv thank you for the comment! It would be great if you could share your insights over on the VHT forums here: www.virtualizationhowto.com/community. Thank you again.
Thanks for the tutorial, was able to get this up an running, now using nfs storage for my k3s cluster I'm running on orange pi 5s, gonna switch all the persistent storage of everything I got deployed to the NFS storage
@mnededeejay Nice! Please share your thoughts when setting this up on the forum with the other home labbers there: www.virtualizationhowto.com/community
I recommend looking into the CSI driver (csi-driver-nfs). It seems to fulfill the same use case as nfs-subdir-external-provisioner but it's better integrated into the kubernetes workflow. The nfs subdir external provisioner seems to mount a single NFS volume to itself and you're essentially sharing the provisioner pod's storage volume. Supporting multiple NFS hosts would require you to set up additional NFS provisioners. The CSI driver allows you to set up your persistent volumes (PVs) directly. The major benefit is you're not restricted to just a single NFS share - each PV created by the CSI driver can specify a different NFS server/share.
@termv thank you for the comment! It would be great if you could share your insights over on the VHT forums here: www.virtualizationhowto.com/community. Thank you again.
@@VirtualizationHowto Hi, I would love it if you could do a video on NFS CSI driver setup and use. I am currently struggling to get it going. Thanks.
Thanks for the tutorial, was able to get this up an running, now using nfs storage for my k3s cluster I'm running on orange pi 5s, gonna switch all the persistent storage of everything I got deployed to the NFS storage
@mnededeejay Nice! Please share your thoughts when setting this up on the forum with the other home labbers there: www.virtualizationhowto.com/community
Thank you.
Nice
🔥🔥🔥
But what about authorisation/encryption 😭
Literally anyone can pretend to be on the subnet