- Home
- All questions
- Question 548
CKA study material · question 548 of 1000
You are choosing a Pod CIDR for a new cluster. Which two statements are correct? Choose two.
Show the answer
Answer: B. The Pod network must not overlap any network the hosts already use
C. Exactly one Pod network add-on may be installed per cluster
You can install only one Pod network per cluster, and its CIDR must not collide with the host networks. The Pod and Service ranges are separate and non-overlapping, not nested.
Source: Creating a cluster with kubeadm (Kubernetes) — Installing a Pod network add-on