Skip to content

Instantly share code, notes, and snippets.

@remylavergne
Created December 10, 2019 10:32
Show Gist options
  • Save remylavergne/8e03bf4d117b5f788e6ed7bd3558a788 to your computer and use it in GitHub Desktop.
Save remylavergne/8e03bf4d117b5f788e6ed7bd3558a788 to your computer and use it in GitHub Desktop.
[Kubernetes] Usefull commands #kubectl

Kubernetes commands

Copy files to local host

kubectl cp default/POD_NAME:bin/FILE_NAME /Users/username/FILE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment