Skip to content

Instantly share code, notes, and snippets.

@gonzalesraul
Created July 3, 2025 13:39
Show Gist options
  • Save gonzalesraul/c81289bc8812137a4bf27fefe09cf754 to your computer and use it in GitHub Desktop.
Save gonzalesraul/c81289bc8812137a4bf27fefe09cf754 to your computer and use it in GitHub Desktop.
#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