Created
April 17, 2017 17:20
-
-
Save Ropes/bccf65f56cf2a0a4c4e646c6e1381542 to your computer and use it in GitHub Desktop.
Kubernetes kubectl Aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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