Process Flow - URL maps for routing
Client sends HTTP request
Load Balancer receives request
URL Map checks request URL
Match path rule 1
Route to backend 1
Backend serves response
Response sent to client
The URL map receives the request URL from the load balancer and matches it against defined path rules to route traffic to the correct backend service.