5v0-3122 Exam QuestionsBrowse all questions from this exam

5v0-3122 Exam - Question 63


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?

Show Answer
Correct Answer: C

Kubernetes services can use a routable CIDR range to provide an IP address that is accessible both inside and outside the Kubernetes cluster. This allows the services to be reachable by other networks and makes routing traffic into the Kubernetes cluster possible. The other options, such as vSphere Pod, Ingress, and ClusterIP, do not typically use routable CIDR ranges in the same way.

Discussion

2 comments
Sign in to comment
bezzyOption: B
Oct 20, 2023

Ingress IP Pool Network Routable https://docs.vmware.com/en/VMware-Cloud-Foundation/services/vcf-developer-ready-infrastructure-v1/GUID-AF178A31-D09A-4265-89FD-5987D1B36757.html

9abb276Option: C
May 12, 2024

C Ingress plays an indirect role by routing traffic to services that might have routable IPs.