copy files between kubernetes pods and local
kubectl cp file.txt pod-name-1lnas1-1312:/tmp
kubectl cp pod-name-1lnas1-1312:/tmp/file.txt file.txt.bak
pretty useful when you do not have an editor on your instance and access to root
to setup the editor - then just copy/edit/copy.