GCP - Cloud Load Balancing
Given this URL map configuration:
Which backend service will handle a request to
{"defaultService": "backendA", "hostRules": [{"hosts": ["example.com"], "pathMatcher": "pm1"}], "pathMatchers": [{"name": "pm1", "defaultService": "backendA", "pathRules": [{"paths": ["/images/*"], "service": "backendB"}]}]}Which backend service will handle a request to
https://example.com/images/logo.png?