Last active
March 17, 2020 18:41
-
-
Save rajdeepbhattacharya/7ffdf099a25ee364be704bf33060a5f1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 k='kubectl' | |
alias kgp='kubectl get pods' | |
alias kgs='kubectl get svc' | |
alias kgcs='kubectl get componentstatuses' | |
alias kctx='kubectl config current-context' | |
alias kcux='kubectl config use-context' | |
alias kcgx='kubectl config get-context' | |
alias kgd='kubectl get deployment' | |
alias kge='kubectl get endpoints' | |
alias kgn='kubectl get nodes' | |
alias kl='kubectl logs' | |
alias kgns='kubectl get namespace' | |
alias kgj='kubectl get jobs' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
List of aliases that can be used to save operations and exam time during CKAD/CKA.