Created
February 13, 2020 23:38
-
-
Save cpretzer/4fd4914a5180f16fa90ab2736bc55dd1 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
alias dcup='docker-compose up' | |
alias deploy='kubectl get deploy' | |
alias dims='docker images' | |
alias dps='docker ps -a' | |
alias drm='docker rm' | |
alias drmi='docker rmi' | |
alias k='kubectl' | |
alias ka='kubectl apply' | |
alias kde='kubectl describe' | |
alias kdl='kubectl delete' | |
alias kev='kg ev --sort-by="{.lastTimestamp}"' | |
alias kg='kubectl get' | |
alias kl='kubectl logs' | |
alias krr='k rollout restart' | |
alias kurl='kubectl run curl --rm -it --image=appropriate/curl --restart=Never --command /bin/sh' | |
alias lk='linkerd' | |
alias ll='ls -al' | |
alias po='kubectl get po' | |
alias pow='kubectl get po -w' | |
alias pubip='http --body ipecho.net/plain' # requires httpie, could be modified for curl, though | |
alias svc='kubectl get svc' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment