-
We are planning to use 'managed-csi' storage class to create PV , can you help clarify the below questions
Mainly i wanted to understand if the PV to Azure Disk mapping is "one to one" or "many to one" |
Beta Was this translation helpful? Give feedback.
Answered by
zohebk8s
May 2, 2023
Replies: 1 comment 1 reply
-
@sarav-ks It depends on your requirements. If you want multiple pods to access a single storage volume, then explore more about Azure Files. Azure Disk are mounted as ReadWriteOnce, they're only available to a single node. For storage volumes that can be accessed by pods on multiple nodes simultaneously, use Azure Files. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://learn.microsoft.com/en-us/azure/aks/concepts-storage