Container packet loss
Description
Ensure your containerized systems can detect and route around resources that fail health checks. This Scenario gradually increases packet loss to validate health check and load balancer behavior.
What this Scenario does
This Scenario gradually increases packet loss on a targeted container, simulating degraded network conditions. This tests whether your container health checks detect the degradation and whether your load balancer or service mesh removes the unhealthy container from rotation.
Why run this Scenario?
- Validate that container health check thresholds are configured to detect packet loss before users are impacted.
- Verify that load balancers or service meshes remove unhealthy containers from rotation and redistribute traffic.
- Test that container orchestration detects the unhealthy container and replaces it with a new one.
- Ensure that containers are returned to service correctly once packet loss resolves.
Expected outcome
As packet loss degrades network communications to a container, health checks mark it as unhealthy and traffic is redistributed to healthy container replicas.