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.
- use Blob Storage on azure, but then after searching, I can't find the executable method.
- 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.