Reputation: 394
I am new to k8s in azure (I have used k8s in a non-cloud server) and I dont find info on how can I copy local files/directories to aks's premium or standard storage.
This link PVC shows how to create a PVC and how to mount it in a pod, but I cannot find how do I copy files from my local pc to aks's premium or standard storage.
Upvotes: 2
Views: 1215
Reputation: 44569
To copy files you can use azcopy for azure files and azure storage explorer for azure managed disk.
Upvotes: 3