ingress_misroute

Problem Set
Network Failure

Description

The problem runs on hotel-reservation. Simulate a fault where Ingress routing is misconfigured in the hotel reservation application. The ingress `hotel-reservation-ingress` has a misconfigured routing rule for path `/api`, routing traffic to the wrong service (`recommendation-service` instead of `frontend-service`). Inject the fault by modifying the Ingress resource to route /api path to the incorrect backend service.

Tags

Network Failure, hotel-reservation