Skip to content

Instantly share code, notes, and snippets.

@saivachandran
Forked from JamieMac96/bashrc
Created September 21, 2024 10:08
Show Gist options
  • Save saivachandran/ecc6c74a8ed72a021299cf97c605219d to your computer and use it in GitHub Desktop.
Save saivachandran/ecc6c74a8ed72a021299cf97c605219d to your computer and use it in GitHub Desktop.
CKA-Bashrc
alias k="kubectl"
alias v="vim"
function ns () {
kubectl config set-context --current --namespace=$1
}
export drc="--dry-run=client -oyaml"
export drs="--dry-run=server -oyaml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment