Description
The problem runs on astronomy-shop. Simulate two simultaneous faults in the checkout service: an incorrect product-catalog port and assignment to a non-existent node. The deployment `checkout` has `PRODUCT_CATALOG_ADDR` configured with port `8082` instead of `8080` and a nodeSelector that points to a non-existent node, causing both connection failures and unschedulable pods. Inject the faults by modifying the environment variable and pinning the deployment to a node that does not exist.
Tags
Multiple Independent Failures, astronomy-shop