Microsoft Azure Administrator Associate AZ-104 Practice Question
You administer an AKS cluster running both Windows and Linux pods of a stateful application. The application requires persistent storage that can be accessed concurrently by multiple pods across different nodes. The storage must remain available even if pods are terminated. Which storage solution should you implement to meet these requirements?
Use Azure Disks as persistent volumes.
Use emptyDir volumes.
Use ConfigMaps.
Use Azure Files as persistent volumes.