Skip to content

Instantly share code, notes, and snippets.

@shuuji3
Last active January 5, 2020 10:01
Show Gist options
  • Save shuuji3/21071c28e2a6ebae8e481815fb6019c7 to your computer and use it in GitHub Desktop.
Save shuuji3/21071c28e2a6ebae8e481815fb6019c7 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
alias k=kubectl
alias kg='kubectl get'
alias kga='kubectl get all'
alias kgn='kubectl get nodes'
alias kgp='kubectl get pods'
alias kgd='kubectl get deploy'
alias kd='kubectl describe'
alias krunpod='kubectl run --restart=Never --dry-run -o yaml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment