Skip to content

Instantly share code, notes, and snippets.

@darkn3rd
Last active September 19, 2021 04:19
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 darkn3rd/d2a3cc444c985ca5a7455e2ff76e3f18 to your computer and use it in GitHub Desktop.
Save darkn3rd/d2a3cc444c985ca5a7455e2ff76e3f18 to your computer and use it in GitHub Desktop.
TF/AKS with ExternalDNS/AzureDNS - verify_hello_kubernetes_deploy.sh
export AZ_AKS_CLUSTER_NAME="$(terraform output -raw kubernetes_cluster_name)"
export KUBECONFIG=~/.kube/${AZ_AKS_CLUSTER_NAME}.yaml
kubectl get all --namespace hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment