Process Flow - High availability design patterns
Start: User Request
Load Balancer receives request
Check service instance health
Route to
Healthy
Instance
Retry or Failover
Process Request
Send Response
End
User requests go through a load balancer that checks service health and routes to healthy instances, retrying or failing over if needed to keep services available.