how to inspect the content of persistent volume by kubernetes on azure cloud service

3/28/2018

I have packed the software to a container. I need to put the container to cluster by Azure Container Service. The software have outputs of an directory /src/data/, I want to access the content of the whole directory.

After searching, I have to solution.

  1. use Blob Storage on azure, but then after searching, I can't find the executable method.
  2. use Persistent Volume, but all the official documentation of azure and pages I found is about Persistent Volume itself, not about how to inspect it.

I need to access and manage my output directory on Azure cluster. In other words, I need a savior.

-- 张泽栋
azure-cloud-services
containers
docker
kubernetes

0 Answers