why ReadWriteOncePod access mode is only supported for CSI volumes?
Hi, I knowledge that CSI mean Container Storage Interface which is like an API that I can create the driver of my own and connect with it. But to do that it's like java interface in OOP which means there are rules I must follow to write driver for CSI.
And also in previous days by reading the doc I knowledge that driver plugins are build inside K8s Core code so that's where CSI come.
I knowledge that ReadWriteOncePod make sure that one specific pod can only read the volume but why it must be CSI volumes?
Thank you so much for your time to answer my question.