After joining a new county worker, nodes show Ready but pods on different racks cannot reach each other. Firewall review shows VXLAN or CNI overlay ports between racks are closed. What does this pattern indicate?
Select an answer to reveal the explanation.
Short Explanation
Ready just means the node's badge still scans at the door—it does not prove the overlay tunnel between buildings is open. Closed VXLAN or CNI ports leave pods stranded even when nodes look healthy.
Full Explanation
Node Ready reflects kubelet registration and node conditions, not full CNI overlay reachability. Overlay fabrics such as VXLAN require specific UDP ports between nodes; if firewalls block those ports across racks, pods cannot communicate while nodes may still appear Ready. Scheduler, etcd quorum, and metrics-server failures produce different control-plane or metrics symptoms rather than this Ready-but-isolated pattern.