Good morning,
I have a internal ingress that forward for two paths: /path1 and /path2
When I make a stress test requests to /path1 all requests return 2xx.
But, when I make a stress test to /path2 only fell request return 2xx and most of then return 503. I try to investigate then and find logs for Internal Loader Balancer that give to me the follow:
backend_name: "" backend_scope: "UNKNOWN" backend_scope_type: "UNKNOWN"
But, some requests give me ok:
backend_name: "my_backend_name" backend_scope: "my_region" backend_scope_type: "ZONE"
Can someone find the same problem? How can I solve this?
Thanks!