nlopez / k8s_home

Kubernetes
48 stars 6 forks source link

ISCSI #9

Open edgan opened 5 years ago

edgan commented 5 years ago

Do you already have some documentation about your iSCSI setup, can your write some, or at least give some explanation here? open-iscsi? SSDs? HDs? ZFS? mdadm? LVM?

nlopez commented 4 years ago

Hey @edgan ! My iSCSI setup is using FreeNAS to setup iscsi targets, so it's ZFS + ctld.

I'm actually transitioning away from iscsi to nfs, though this is only to get more experience with nfs+k8s and not due to any issues I ran into with the iscsi setup.

Something I'd recommend is that there are external storage provisioners for both iscsi and nfs that use the FreeNAS API, which makes this configuration integrate more seamlessly with a k8s setup:

iscsi: https://github.com/travisghansen/freenas-iscsi-provisioner nfs: https://github.com/nmaupu/freenas-provisioner