copy file to pod
Copy File from local to remote
kubectl cp ./local-file pod-name:remote-fileCopy file between pod
kubectl cp pod1:file-name pod2:file-nameLast updated
Was this helpful?
Copy File from local to remote
kubectl cp ./local-file pod-name:remote-fileCopy file between pod
kubectl cp pod1:file-name pod2:file-nameLast updated
Was this helpful?