Description
The problem runs on social-network. Simulate a fault where the readiness probe is misconfigured for the user-service in the social network application. The deployment `user-service` has a misconfigured readiness probe pointing to a non-existent health endpoint (/healthz on port 8080), causing pods to never become ready and be excluded from service endpoints. Inject the fault by misconfiguring the readiness probe parameters (path, port, or timeout) for the user-service.
Tags
Misconfiguration Failure, social-network