Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created July 22, 2025 07:03
Show Gist options
  • Save j796160836/1c8b294e304560d0f37c62f5dea53adf to your computer and use it in GitHub Desktop.
Save j796160836/1c8b294e304560d0f37c62f5dea53adf to your computer and use it in GitHub Desktop.
kubectl alias
alias k=kubectl
alias kg="kubectl get "
alias kl="kubectl logs "
alias kgps="kubectl get pod,svc"
alias kgpp="kubectl get pvc,pv"
alias kd="kubectl describe "
alias kn="kubectl config set-context --current --namespace "
alias krrd="kubectl rollout restart deploy "
alias kak="kubectl apply -k "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment