VMware vRealize Automation 8.x (VCP-CMA 2021) — Question 25
Which component can intercept requests to the Kubernetes API?
Answer options
- A. Network Policy
- B. RBAC Authorization
- C. Pod Security Policies
- D. Admission Controllers
Correct answer: D
Explanation
Admission Controllers are designed to intercept requests to the Kubernetes API before they are processed, allowing for validation and modification. In contrast, Network Policy regulates network traffic, RBAC Authorization manages access control, and Pod Security Policies are used for enforcing security aspects of pods, but none of these can intercept API requests directly.