I executed the kubectl get nodes -o wide
command, and in the results, there is a column labeled INTERNAL-IP, which displays the internal IP for each node. I would like to understand if the nodes use this IP to communicate with each other and with the control plane (master node) as well.
Additionally, what role does Calico play in this particular scenario?