Question: You added a persistent volume claim to your apps YAML manifest. When you attempt to deploy to an existing AKS cluster there is no persistent volume available. What should you do?

  1. Do nothing. The API server will provision additional storage automatically
  2. Add a data disk definition for the AKS cluster to your apps YAML manifest
  3. Add a data disk to each Kubernetes cluster node and reattempt app deployment
  4. Provision an Azure Files instance and reattempt app deployment

Answer: The correct answer of the above question is Option B:Add a data disk definition for the AKS cluster to your apps YAML manifest