Skip to content

Instantly share code, notes, and snippets.

@pletnes
Last active January 16, 2023 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pletnes/d9903f0b830f1b211c2e588fd3b484d0 to your computer and use it in GitHub Desktop.
Save pletnes/d9903f0b830f1b211c2e588fd3b484d0 to your computer and use it in GitHub Desktop.
bashrc for CKAD
export do="--dry-run=client -o yaml"
alias k=kubectl
alias kn='kubectl config set-context --current --namespace '
alias kga='kubectl get all'
alias kgj='kubectl get jobs'
alias kgp='kubectl get pods'
alias kg='kubectl get '
alias ka='kubectl apply '
@pletnes
Copy link
Author

pletnes commented Jan 16, 2023

curl https://gist.githubusercontent.com/pletnes/d9903f0b830f1b211c2e588fd3b484d0/raw/b1b9e1961e85eb3496f008728ab537a8abd424cb/.bashrc > ~/.bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment