VMware SD-WAN Fundamentals (2025) — Question 2
Which statement correctly describes cluster API?
Answer options
- A. It is a native Kubernetes certificate management controller that adds certificates and certificate issuers as resource types in Kubernetes clusters.
- B. It enables pod networking and enforces network Kubernetes policies.
- C. It is responsible for scanning language-specific packages in container images, such as Java, Python, Go, and others.
- D. It is a specialized toolset to bring declarative cluster creation, configuration, and management in the Kubernetes ecosystem.
Correct answer: D
Explanation
The correct answer is D as it accurately describes cluster API's purpose of providing a declarative approach to managing Kubernetes clusters. Options A, B, and C refer to other functionalities within Kubernetes, such as certificate management, networking, and package scanning, which do not pertain to the cluster API's primary role.