Kubernetes
$ kubectl config set-context minikube --namespace=
Set the namespace for the minikube context to an empty string
$ kubectl cp {namespace}/{pod}:{remote-file} {local-file}
Download a file from a remote pod to your local machine