Skip to content

Instantly share code, notes, and snippets.

@ravikyada
Last active January 9, 2024 05:06
Show Gist options
  • Save ravikyada/21399fd4cf7f724e137e92a72531d112 to your computer and use it in GitHub Desktop.
Save ravikyada/21399fd4cf7f724e137e92a72531d112 to your computer and use it in GitHub Desktop.
Useful alias and tiny Automations for DevOps

Aliases to Automate and Fast the Daily CLI Life

alias kgp='kubectl get pods'
alias kgd='kubectl get depoyments'
alias kaf='kubectl apply -f'

alias gst='git status'
alias gad='git add'
alias gl='git pull'
alias gp='git push'
alias gc='git commit'
alias gco='git checkout'

alias kc='kubectx'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment