Skip to content

Instantly share code, notes, and snippets.

View SoulPancake's full-sized avatar
:shipit:
Go Johnny Go, Go

Anurag Bandyopadhyay SoulPancake

:shipit:
Go Johnny Go, Go
View GitHub Profile
# I put them in my shell profile
# I use zsh so it's in ~/.zshrc
# for bash, it might be in ~/.bash_profile
alias k='kubectl'
alias ka='kubectl apply -f'
alias kex='kubectl exec -ti'
alias kl='kubectl logs'
alias kg='kubectl get'
alias kgp='kubectl get pods'