Kubernetes persistent volumes with azureFile Kubernetes persistent volumes with azureFile kubernetes kubernetes

Kubernetes persistent volumes with azureFile


I had a blog discussion the errors when mounting Azure files. The permission denied error might be due to the following reasons:

  1. The Azure storage account name and/or key were not encoded with base64 algorithm;
  2. The Azure storage account name and/or key were encoded with command echo rather than echo -n;
  3. The location of Azure storage account was different from the location of container host.