Kubernetes: copy files from/to container

kubectl cp {{ pod_name }}:/etc/hosts ~/filefromcontainer
kubectl cp ~/filefromcontainer {{ pod_name }}:/tmp/fileincontainer