Copying files into and out of Kubernetes managed containers with kubectl cp -- Prefetch Technologies
Kubectl has some pretty amazing features built in. One useful option is the ability to copy files into and out of containers. This functionality is provided through the cp command. To copy the file app.log from the container named myapp-4dpjr to the local directory you can use the following cp syntax:
Read full article from Copying files into and out of Kubernetes managed containers with kubectl cp -- Prefetch Technologies
No comments:
Post a Comment