A city’s load balancer still sprays parking-portal traffic at back-end workers that fail a liveness probe and return gateway errors. Which distribution behavior should the design use instead?
Select an answer to reveal the explanation.
Short Explanation
Sending citizens to a closed window just multiplies complaints. Health-aware load balancing parks a sick worker until the probe says it is alive again. Blind round-robin to dead instances is the anti-pattern.
Full Explanation
Spraying requests at instances that fail a liveness probe multiplies gateway errors instead of absorbing load. A design that takes an unhealthy instance out of rotation until it answers a health check is the fan-out behavior this evaluation expects. Naive round-robin without health awareness is not sufficient for a resilient Cisco-API-facing portal.