I have created an ACS Kubernetes cluster following the instructions here: https://learn.microsoft.com/en-us/azure/container-service/container-service-kubernetes-walkthrough .
I see that master node has a public IP and I can ssh into the master node using azureuser
. But regular nodes has no public IP and I don't see how I can ssh into regular nodes from master node.
How do I SSH into the regular nodes?