Created
July 22, 2025 07:03
-
-
Save j796160836/1c8b294e304560d0f37c62f5dea53adf to your computer and use it in GitHub Desktop.
kubectl alias
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 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