A cloud-native software enterprise is implementing Zero Trust Architecture (ZTA) principles across its microservices platform to prevent lateral movement following a potential system compromise. Which of the following implementation strategies best adheres to Zero Trust principles for service-to-service communication within the internal cluster?
- Enforcing mutual TLS with explicit workload identity verification and continuous policy authorization for every request, regardless of network segment.Cevap
- BImplicitly trusting internal traffic between backend services once an incoming request successfully authenticates at the perimeter API gateway.
- CRelying on network security group IP routing rules to grant service access while omitting per-request application authorization.
- DDeploying network intrusion prevention signatures at the cluster edge to filter malicious traffic without inspecting service context.
Cevap
Enforcing mutual TLS with explicit workload identity verification and continuous policy authorization for every request, regardless of network segment.
Zero Trust Architecture operates on the principles of assuming breach, explicitly verifying every access request, and applying least privilege. Enforcing mutual TLS with cryptographically verifiable workload identities alongside per-request authorization ensures that internal communication is authenticated and authorized dynamically regardless of physical or logical network position.
Adım Adım Çözüm
Anahtar Kavram
Zero Trust Architecture - Explicit Verification and Continuous Authentication
Tahmini Süre:1m 30s