Description
The problem runs on astronomy-shop. Simulate a fault where the cart service's readiness probe fails in the astronomy shop application. The `failedReadinessProbe` feature flag makes the cart service's gRPC health endpoint report `NOT_SERVING`, so Kubernetes marks the cart pods NotReady and removes them from service endpoints. Inject the fault by enabling the failed-readiness-probe feature flag and adding the corresponding gRPC readiness probe to the cart deployment.
Tags
System/Application Software Failure, astronomy-shop