City platform runs kubeadm init and must pass a pod-network CIDR that will not clash with the civic WAN. What should admins do?
Select an answer to reveal the explanation.
Short Explanation
Pick a Pod neighborhood address block that does not collide with the city’s WAN streets. Pass that CIDR into kubeadm so the CNI can pave routes cleanly. Overlapping with WAN or with the Service range creates routing headaches.
Full Explanation
During kubeadm init, administrators commonly set --pod-network-cidr (or ClusterConfiguration networking fields) to a range that will not overlap civic WAN or other routed networks and that the chosen CNI supports. Reusing WAN space or the Service CIDR causes routing ambiguity. Pods do not typically receive random public ISP addresses from kubeadm.