Last active
January 16, 2023 17:06
-
-
Save pletnes/d9903f0b830f1b211c2e588fd3b484d0 to your computer and use it in GitHub Desktop.
bashrc for CKAD
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
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 ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl https://gist.githubusercontent.com/pletnes/d9903f0b830f1b211c2e588fd3b484d0/raw/b1b9e1961e85eb3496f008728ab537a8abd424cb/.bashrc > ~/.bashrc