An open-data kubelet is still configured with an old API server VIP after a control-plane endpoint change. What is the likely result?
Select an answer to reveal the explanation.
Short Explanation
Kubelet has to phone home to the API. Point it at yesterday’s VIP and the call drops—NotReady follows.
Full Explanation
Kubelets must continuously communicate with the Kubernetes API server endpoint. A stale VIP or wrong server URL breaks that connectivity and typically leaves the node NotReady. Kubelets do require API contact, automatic PTR-based kubeconfig repair is not guaranteed, and the impact is not limited to Ingress objects.