@Shunrui Cao Thanks for posting your query.
Issue description:
Get started with AKS using Python
Recommended solution:
In order to be able to use AKS with Python, you should not need to have use NFS or Persistent volume in general.
I would recommend going through the following documentation on how to get started with using Kubernetes with Python.
https://kubernetes.io/blog/2019/07/23/get-started-with-kubernetes-using-python/
Steps would include:
- Get the Python application code and run the application locally
- Create an image and run the Python application in Docker
- Create a deployment and run the application in Kubernetes/AKS
Please let me know if you have any further questions and I would be happy to help. Thanks.