azure-aks
How to copy files from kubernetes Pods to local system
As stated inkubectl help: kubectl cp –help Copy files and directories to and from containers. Examples: # !!!Important Note!!! # Requires that the ‘tar’ binary is present in your container # image. If ‘tar’ is not present, ‘kubectl cp’ will fail. # Copy /tmp/foo_dir local directory to /tmp/bar_dir in a remote pod in the default … Read more