Starwind vSan and iscsi storageclass
Posted: Thu Dec 12, 2024 7:42 am
So I installed a single node starwind vSan for my homelab and configured iscsi.
The next step is actually annoying: create a storage class in kubernetes which contains the connection settings
I can create a PVC with the connection settings and it works fine but I do not want this, I want this to be done by a storage class. I searched a lot on Google but did not find a solution. Is there a CSI driver that works this way? I know NFS is easier to setup but for learning purposes I want to use iscsi.
The next step is actually annoying: create a storage class in kubernetes which contains the connection settings
I can create a PVC with the connection settings and it works fine but I do not want this, I want this to be done by a storage class. I searched a lot on Google but did not find a solution. Is there a CSI driver that works this way? I know NFS is easier to setup but for learning purposes I want to use iscsi.