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 find the master node from the worker node itself.
In simple words, How to find the master node from the worker node in the kubernetes cluster?