Process Flow - Backend pools and health probes
Start: Client sends request
Load Balancer receives request
Check backend pool members
Health probe checks each backend
Is backend healthy?
No→Skip backend
Yes
Forward request to healthy backend
Response sent back to client
The load balancer receives client requests, checks backend servers' health using probes, and forwards requests only to healthy servers.