Skip to content

Instantly share code, notes, and snippets.

@Ropes
Created April 17, 2017 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ropes/bccf65f56cf2a0a4c4e646c6e1381542 to your computer and use it in GitHub Desktop.
Save Ropes/bccf65f56cf2a0a4c4e646c6e1381542 to your computer and use it in GitHub Desktop.
Kubernetes kubectl Aliases
alias ktl='kubectl'
alias kpd='kubectl get pods'
alias kwatch='kubectl get events --watch'
alias kcgc='kubectl config get-contexts'
alias kcsg='kubectl config set-context'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment