VMware vRealize Automation 8.x (VCP-CMA 2021) — Question 14
What is a standard solution for a Kubernetes administrator to implement pod security?
Answer options
- A. iptables
- B. Add check for validating YAML
- C. OPA
- D. Use trusted corporate repository
Correct answer: C
Explanation
The correct answer is C, OPA (Open Policy Agent), which provides a powerful way to enforce security policies for Kubernetes. Options A and B do not specifically address pod security enforcement, and option D pertains to image security rather than pod security policies.