Skip to content

Instantly share code, notes, and snippets.

@codesenju
Created November 23, 2023 20:28
Show Gist options
  • Save codesenju/ab14880d91070a370398dbb8e471f77b to your computer and use it in GitHub Desktop.
Save codesenju/ab14880d91070a370398dbb8e471f77b to your computer and use it in GitHub Desktop.
kubectl_shortcuts
alias k=kubectl
alias kgc='kubectl config get-contexts'
alias kuc='kubectl config use-context'
alias kn='kubectl config set-context --current --namespace'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment