A financial services organization operates a microservices-based payment engine within a container orchestration cluster. Public API proxies, payment verification services, and sensitive database connectors execute across shared worker nodes. To mitigate lateral movement risks between workloads running on identical physical hosts while satisfying strict audit compliance, which of the following network architecture controls should the security team implement?
- Microsegmentation using network policies and software-defined granular controls to inspect and filter east-west container traffic.Answer
- BPhysical VLAN segmentation configured at top-of-rack switches to separate worker node infrastructure into distinct network zones.
- CA traditional perimeter firewall deployed at the ingress router to filter all incoming north-south network requests.
- DAn intrusion detection system installed at the core network layer to issue alerts upon detecting unauthorized pod-to-pod communication.
Answer
Microsegmentation using network policies and software-defined granular controls to inspect and filter east-west container traffic.
Microsegmentation uses software-defined network (SDN) rules and container network policy plugins to enforce granular isolation at the individual workload layer (Layer 7 / host network layer). This enables strict control over east-west traffic between microservices, preventing unauthorized lateral movement even when services execute on the exact same worker host node.
Step-by-Step Solution
Key Concept
Microsegmentation for East-West Container Traffic Isolation
Estimated Time:2m 0s