Skip to content

Instantly share code, notes, and snippets.

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