how to copy files from k8s pod to local machine
kubectl cp {pod}:{filelocation/filename} ./{filename} -n {namespace}