Bird
0
0

Which Pod Security Admission Controller mode will only warn about policy violations but still allow pod creation?

easy📝 Conceptual Q2 of 15
Kubernetes - RBAC and Security
Which Pod Security Admission Controller mode will only warn about policy violations but still allow pod creation?
Aenforce
Bwarn
Caudit
Dblock
Step-by-Step Solution
Solution:
  1. Step 1: Identify modes of Pod Security Admission Controller

    There are three main modes: enforce (blocks violations), warn (allows but warns), and audit (logs violations).
  2. Step 2: Match mode to behavior

    The warn mode allows pods to be created but shows warnings about policy violations.
  3. Final Answer:

    warn mode allows pod creation with warnings. -> Option B
  4. Quick Check:

    Warn mode = allow with warnings [OK]
Quick Trick: Warn mode lets pods run but shows warnings [OK]
Common Mistakes:
  • Confusing audit with warn mode
  • Thinking enforce mode allows violations
  • Assuming block is a mode

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes