A cloud-native financial services company is updating the security architecture of its containerized microservices platform, which handles real-time payment transactions. The security team must limit lateral movement across internal workloads, enforce zero trust principles for internal service communication, and ensure continuous traffic inspection. Which of the following technical controls should the security team implement to achieve this network segmentation design? (Select TWO).
- Deploy host-level microsegmentation policies via a service mesh to enforce mutual TLS (mTLS) authentication and application-layer authorization for pod-to-pod communications.Answer
- Implement internal layer 7 firewalls and deep packet inspection between internal service tiers to continuously inspect and control East-West network flows.Answer
- CEstablish a traditional single-tier demilitarized zone (DMZ) at the edge firewall to grant implicit trust to all traffic originating from within the private cluster network.
- DRely solely on standard network address translation (NAT) combined with stateless IPv4 subnet boundaries to isolate legacy payment services from cloud microservices.
Answer
The security team should deploy service mesh host-level microsegmentation with mutual TLS (mTLS) and implement internal layer 7 firewalls to inspect East-West network traffic continuously.
Implementing service mesh microsegmentation with mutual TLS enforces cryptographically verified identity and application-layer policies between container workloads. Pairwise layer 7 internal firewalling ensures continuous deep packet inspection of East-West traffic, directly stopping unauthorized lateral movement within the cloud environment.
Step-by-Step Solution
Key Concept
Microsegmentation and East-West Traffic Protection in Zero Trust Architecture