I have a kubernetes cluster running in azure on 3 centos7 machines. I'm treating those machines as a bare-metal cluster to do some test. I'm using kubeadm for spinning the cluster. Now my question is how can I see the kubernetes UI in my localmachine for the cluster running in azure private n/w. I have the cluster running and nodes registered which I can see in centos7 terminal by running "kubectl get-nodes".
Any insights would be helpful, please shed some light on how to get that work.
Thx, Arun