Which Kubernetes security feature restricts pod capabilities to prevent privilege escalation?
- Security Context
- Pod Security Standards
- Both A and B
- Neither
Answer: Both A and B
Security Context defines pod/container privileges; Pod Security Standards enforce baseline/restricted policies. Both critical for container security.