Created
July 3, 2025 13:39
-
-
Save gonzalesraul/c81289bc8812137a4bf27fefe09cf754 to your computer and use it in GitHub Desktop.
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
#utils | |
alias k='kubectl' | |
alias aparecium='jq -r ".data |= (. |map_values(@base64d))"' | |
#namespace | |
alias knl='kubectl get ns' | |
alias kn='kubectl config set-context --current --namespace' | |
#context | |
alias kcl='kubectl config get-contexts' | |
alias kc='kubectl config use-context' | |
#view | |
alias kd='kubectl describe' | |
alias kv='kubectl get -o yaml' | |
#events | |
alias kev="kubectl get ev --field-selector=type!=Normal,reason!=Unhealthy --sort-by='.lastTimestamp'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment