Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created October 3, 2024 02:35
Show Gist options
  • Save j796160836/ee8875c989b6f044c6729e17eaa58911 to your computer and use it in GitHub Desktop.
Save j796160836/ee8875c989b6f044c6729e17eaa58911 to your computer and use it in GitHub Desktop.
kubernetes_alias.md

Kubernetes (K8s) useful alias

alias k=kubectl
alias kd="kubectl describe "
alias kg="kubectl get "
alias kgps="kubectl get pod,svc"
alias kgpp="kubectl get pvc,pv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment