Can Azure Disk be used in AKS for RWX PVC?

Ricky Zhang 1 Reputation point
2021-01-11T20:45:52.44+00:00

I read quite confusing message.

In the link here: https://learn.microsoft.com/en-us/azure/aks/concepts-storage, it said

Azure Disks are mounted as ReadWriteOnce, so are only available to a single pod

But in the link here: https://learn.microsoft.com/en-us/azure/aks/azure-disks-dynamic-pv

A persistent volume can be used by one or many pods, and can be dynamically or statically provisioned.

Is it possible to use Azure Disk for RWX PVC in AKS?

Are there faster file storage for AKS RWX PVC?

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,459 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. TravisCragg-MSFT 5,696 Reputation points Microsoft Employee Moderator
    2021-01-11T23:12:32.937+00:00

    Azure Disks cannot be used for RWX PVC in AKS, Azure Files is the best solution. You can find supported storage devices and their capabilities for AKS Here. Azure Files is the only working native solution on Azure, but it is possible to deploy one of the other supported storage devices in Azure and connect it to your AKS, many of which will likely be faster than Azure Files.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.