Skip to content

Instantly share code, notes, and snippets.

@rajdeepbhattacharya
Last active March 17, 2020 18:41
Show Gist options
  • Save rajdeepbhattacharya/7ffdf099a25ee364be704bf33060a5f1 to your computer and use it in GitHub Desktop.
Save rajdeepbhattacharya/7ffdf099a25ee364be704bf33060a5f1 to your computer and use it in GitHub Desktop.
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'
@rajdeepbhattacharya
Copy link
Author

rajdeepbhattacharya commented Mar 16, 2020

List of aliases that can be used to save operations and exam time during CKAD/CKA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment