We're using an HTTP(S) load balancer in front of our GKE backends with NEGs. Recently, we have created alerts in GCP Monitoring for 5xx Load Balancer errors with the loadbalancing.googleapis.com/https/backend_request_count
metric and sometimes an alert is triggered with 500 errors even when we see no 500 errors on the application side (at least not in ~10 minutes time range).
Could this be an internal networking issue with the load balancer itself? Or what else can cause this? Maybe something in internally the GKE cluster? We checked the logs of the load balancer itself but didn't find any further detail that helps to resolve this.