Description
The problem runs on hotel-reservation. Simulate a fault where NetworkPolicy blocks all traffic to the recommendation service in the hotel reservation application. A NetworkPolicy `deny-all-recommendation` blocks all ingress and egress traffic to and from pods labeled with `io.kompose.service=recommendation`, causing complete network isolation. Inject the fault by creating a NetworkPolicy with empty ingress and egress rules for the recommendation pods.
Tags
Network Failure, hotel-reservation