- Home
- All questions
- Question 63
CKA study material · question 63 of 1000
What must be true of the Pod network CIDR chosen for a cluster?
Show the answer
Answer: D. It must not overlap any host network in use
An overlap between the Pod network and a host network causes problems, so a non-conflicting block is chosen.
Source: Creating a cluster with kubeadm (Kubernetes) — Installing a Pod network add-on