-
Copy files and directories from and to Kubernetes pods
posted in Architecture on 2020-12-11 Kubernetes copy pods ssh -
At work we have a project that uses
read morenode:10-jessie
image as a base for its docker container. That image has novi
inside so I wondered how to check the content of a file. Luckilykubectl
has a neat command to copy files from and to a pod.