An open-data platform schedules Pods successfully on every node, but Pods on different nodes cannot ping each other. Control-plane and kubelet appear healthy. What should the administrator investigate first?
Select an answer to reveal the explanation.
Short Explanation
If Pods land on nodes but can't talk across the building, the hallway wiring — the CNI — is the first place to look, not HPA or TLS Ingress.
Full Explanation
Scheduling success only proves kube-scheduler and kubelet can place Pods; inter-node Pod traffic requires the Container Network Interface plugin to program routes, overlays, or underlay rules. Misconfigured or failed CNI agents commonly allow same-node traffic while breaking cross-node paths. Services, HPA, and Ingress TLS are unrelated to basic Pod CIDR reachability.