Skip to content

Instantly share code, notes, and snippets.

@yuriburger
Last active May 9, 2019 08:00
Show Gist options
  • Save yuriburger/d67a699894c9905ab40e8550b6cd30e7 to your computer and use it in GitHub Desktop.
Save yuriburger/d67a699894c9905ab40e8550b6cd30e7 to your computer and use it in GitHub Desktop.
[az aks get-credentials] Get access credentials for a managed Kubernetes cluster #kubernetes #azure
// vim: syntax=bash
az aks get-credentials --name <clustername> --resource-group <rg name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment