copy local files to aks premium or standard storage

2/15/2020

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.

enter image description here

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.

-- user1571823
azure-aks
azure-storage
kubernetes

1 Answer

2/15/2020

To copy files you can use azcopy for azure files and azure storage explorer for azure managed disk.

-- Arghya Sadhu
Source: StackOverflow