Kubernetes packet loss

Description

Ensure your Kubernetes systems can detect and route around resources that fail health checks. This Scenario gradually increases packet loss to validate liveness/readiness probe and load balancer behavior.

What this Scenario does

This Scenario gradually increases packet loss on a targeted Kubernetes pod, simulating degraded network conditions. This tests whether your Kubernetes liveness and readiness probes detect the degradation and whether your service and ingress controllers remove the unhealthy pod from rotation.

Why run this Scenario?

  • Validate that Kubernetes liveness and readiness probe thresholds are configured to detect packet loss before users are impacted.
  • Verify that Kubernetes services and ingress controllers remove unhealthy pods from endpoints and redistribute traffic.
  • Test that Kubernetes restarts pods that fail liveness probes due to sustained packet loss.
  • Ensure that pods are returned to the service endpoint list correctly once packet loss resolves.

Expected outcome

As packet loss degrades network communications to a Kubernetes pod, liveness and readiness probes mark it as unhealthy and traffic is redistributed to healthy pods.

Target
Kubernetes
Experiments
Packet Loss
Packet Loss
Preview
Runtime:  
5 minutes