Title. I am about to build a NAS for learning kubernetes.
From what I understand, I can use a kubernetes CSI driver to provide iSCSI/NFS/SMB storage to the cluster.
According to this list:
Drivers - Kubernetes CSI Developer Documentation
There are CSI drivers for TrueNAS, Synology and generic ZFS storage.
Notably,
GitHub - democratic-csi/democratic-csi: csi storage for container orchestration systems
csi storage for container orchestration systems. Contribute to democratic-csi/democratic-csi development by creating an account on GitHub.
github.com
seems to work on generic ZFS systems.
Have anyone tried using democratic-csi on OMV before? If yes, how is your experience?