VMware Cloud Director Specialist (2022) — Question 103
An architect is designing networking for a developer-ready infrastructure on VMware Cloud Foundation. During the discussion with the network team, a question comes up about the use of a routable CIDR range.
Which item uses this type of range?
Answer options
- A. vSphere Pod
- B. Ingress
- C. Kubernetes services
- D. ClusterIP
Correct answer: B
Explanation
The correct answer is B, Ingress, which is responsible for managing external access to services in a Kubernetes cluster, utilizing a routable CIDR range for this purpose. The other options, such as vSphere Pod, Kubernetes services, and ClusterIP, do not inherently require a routable CIDR range as they operate within the cluster network.