Bird
0
0

After enabling mTLS STRICT mode, some services fail to communicate. What should you check first?

medium📝 Troubleshoot Q7 of 15
Kubernetes - Service Mesh
After enabling mTLS STRICT mode, some services fail to communicate. What should you check first?
AVerify that all services have valid certificates
BCheck if services have enough CPU resources
CConfirm that services use the correct image version
DRestart the Kubernetes API server
Step-by-Step Solution
Solution:
  1. Step 1: Understand mTLS requirements

    STRICT mode requires valid certificates for authentication.
  2. Step 2: Eliminate unrelated checks

    CPU, image version, or API server restart do not directly affect mTLS communication.
  3. Final Answer:

    Verify that all services have valid certificates -> Option A
  4. Quick Check:

    Valid certificates needed for STRICT mTLS [OK]
Quick Trick: mTLS needs valid certificates on all services [OK]
Common Mistakes:
  • Checking CPU instead of certificates
  • Assuming image version causes mTLS failure
  • Restarting API server unnecessarily

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes