Skip to content

Instantly share code, notes, and snippets.

@plytro
Created August 10, 2017 23:16
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 plytro/d59ad4fd7408e5bddf4cb53f7a3ae1f8 to your computer and use it in GitHub Desktop.
Save plytro/d59ad4fd7408e5bddf4cb53f7a3ae1f8 to your computer and use it in GitHub Desktop.
kubectl aliases for all the clusters
alias kcoreops='kubectl --context=ops-blue.us-east-1.core.shuttercloud.org'
alias kcoreprod='kubectl --context=apps-prod-green.us-east-1.core.shuttercloud.org'
alias kcoreqa='kubectl --context=apps-qa-green.us-east-1.core.shuttercloud.org'
alias kcoredev='kubectl --context=apps-dev-green.us-east-1.core.shuttercloud.org'
alias kcoreprodb='kubectl --context=apps-prod-blue.us-east-1.core.shuttercloud.org'
alias kcoreqab='kubectl --context=apps-qa-blue.us-east-1.core.shuttercloud.org'
alias kcoredevb='kubectl --context=apps-dev-blue.us-east-1.core.shuttercloud.org'
alias kmini='kubectl --context=minikube'
alias hcoreops='helm --kube-context=ops-blue.us-east-1.core.shuttercloud.org'
alias hcoreprod='helm --kube-context=apps-prod-green.us-east-1.core.shuttercloud.org'
alias hcoreqa='helm --kube-context=apps-qa-green.us-east-1.core.shuttercloud.org'
alias hcoredev='helm --kube-context=apps-dev-green.us-east-1.core.shuttercloud.org'
alias hcoreprodb='helm --kube-context=apps-prod-blue.us-east-1.core.shuttercloud.org'
alias hcoreqab='helm --kube-context=apps-qa-blue.us-east-1.core.shuttercloud.org'
alias hcoredevb='helm --kube-context=apps-dev-blue.us-east-1.core.shuttercloud.org'
alias hmini='helm --kube-context=minikube'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment