Kubernetes - Service MeshWhich PeerAuthentication mode in Istio allows both encrypted (mTLS) and plain traffic to a service?ASTRICTBPERMISSIVECDISABLEDENFORCEDCheck Answer
Step-by-Step SolutionSolution:Step 1: Recall PeerAuthentication modesSTRICT enforces mTLS only, PERMISSIVE allows both mTLS and plain, DISABLE turns off mTLS.Step 2: Match mode to descriptionPERMISSIVE mode allows both encrypted and plain traffic, matching the question.Final Answer:PERMISSIVE -> Option BQuick Check:PERMISSIVE = both encrypted and plain allowed [OK]Quick Trick: PERMISSIVE means allow both secure and insecure traffic [OK]Common Mistakes:Confusing STRICT with PERMISSIVEThinking DISABLE allows encrypted trafficAssuming ENFORCED is a valid mode
Master "Service Mesh" in Kubernetes9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Kubernetes Quizzes Advanced Deployment Patterns - Why advanced patterns matter - Quiz 10hard Advanced Deployment Patterns - FluxCD for continuous delivery - Quiz 7medium Monitoring and Logging - Kubernetes dashboard - Quiz 3easy Monitoring and Logging - Centralized logging (EFK stack) - Quiz 6medium Production Best Practices - etcd backup and recovery - Quiz 8hard RBAC and Security - Roles and ClusterRoles - Quiz 13medium RBAC and Security - Service accounts - Quiz 10hard Troubleshooting - OOMKilled containers - Quiz 4medium Troubleshooting - Why troubleshooting skills are critical - Quiz 5medium Troubleshooting - Pod in CrashLoopBackOff - Quiz 7medium