SAN storage in k8s

Hi,

I would like to know how do i use SAN storage with kubernetes for creating persistent volumes. I have no knowledge of SAN storage and don’t really understand WWN number or LUN id’s.

Storage guy ask me what i need and i have no idea what u need. Had it been aws, gcp, nfs, gluster, i would have done it but this SAN thing is out of syllabus for me.

Need help

Regards,
Rick

You will probably want to do some reading up on the SAN storage (fibre channel) basics just to have a better idea of what you will need to do on the hosts :slight_smile: WWN’s and LUN id’s are essentially how specific volumes are identified on a fc network. The kubernetes repo has some examples of how to configure kubernetes for fc storage: