solutions-architect-pro video for scenario: You are managing a distributed microservices application deployed on Google Kubernetes Engine (GKE). The application
Scenario: You are managing a distributed microservices application deployed on Google Kubernetes Engine (GKE). The application is experiencing intermittent failures, and you need to test how it behaves under network delays and service failures. Your goal is to: 1. Simulate high latency between microservices. 2. Introduce HTTP errors to validate fallback mechanisms. 3. Ensure resilience by testing retry and timeout configurations. Question: Which approach should you use to simulate network delays and service failures in your microservices?