ssh
Copy files and directories from and to Kubernetes pods
At work we have a project that uses node:10-jessie
image as a base for its docker container. That image has no vi
inside so I wondered how to check the content of a file. Luckily kubectl
has a neat command to copy files from and to a pod.