Bird
0
0

Which PeerAuthentication mode in Istio allows both encrypted (mTLS) and plain traffic to a service?

easy📝 Configuration Q12 of 15
Kubernetes - Service Mesh
Which PeerAuthentication mode in Istio allows both encrypted (mTLS) and plain traffic to a service?
ASTRICT
BPERMISSIVE
CDISABLE
DENFORCED
Step-by-Step Solution
Solution:
  1. Step 1: Recall PeerAuthentication modes

    STRICT enforces mTLS only, PERMISSIVE allows both mTLS and plain, DISABLE turns off mTLS.
  2. Step 2: Match mode to description

    PERMISSIVE mode allows both encrypted and plain traffic, matching the question.
  3. Final Answer:

    PERMISSIVE -> Option B
  4. Quick Check:

    PERMISSIVE = both encrypted and plain allowed [OK]
Quick Trick: PERMISSIVE means allow both secure and insecure traffic [OK]
Common Mistakes:
  • Confusing STRICT with PERMISSIVE
  • Thinking DISABLE allows encrypted traffic
  • Assuming ENFORCED is a valid mode

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes