Process Flow - HTTP(S) Load Balancer (Layer 7)
Client sends HTTP(S) request
Load Balancer receives request
Inspect HTTP headers & URL path
Apply routing rules
Backend Service 1
Forward request to selected backend
Backend processes request and sends response
Load Balancer forwards response to client
The HTTP(S) Load Balancer receives client requests, inspects them at Layer 7 (HTTP level), applies routing rules based on headers or URL paths, forwards the request to the right backend, and returns the backend's response to the client.