I need to know to which master node my current worker node is connected. I can see the worker nodes by typing \"kubectl get nodes\" command in the master node, but I need to
you may netstat -natp |grep kubelet to find the port also.