Loading Credentials
How to extract K8s credentials from azure
Terraform can be used executed locally using your own env, in a cloud shell via azure, or even via a docker image. This explanation will go through setting up natively on your own posh shell.
Loading creds
Once the cluster is deployed, if you want to connect to the cluster, cd /app.Deploy/helm
This now means I have saved the connection info to my cluster into my ~.kube\config file. I can now test the connection by running the following:
Last updated