Reputation: 3341
I have a load balancer for two VM instances in an instance group that load balances UDP ports 162 and 514. I created a health check for the instance group, but the health check is never firing based on my review of the logs.
The VM instances support HTTPS port 443 traffic and SSH port 22. I have tried both HTTPS / 443 and TCP / 443, as well as SSL and TCP / 22. The health check never fires.
I added the Google Cloud health check IP ranges to the ingress firewall rule for these VMs as well: 130.211.0.0/22
and 35.191.0.0/16
. This had no effect.
What am I missing with my setup? I'll be happy to update this question with further details if it needs more information.
Upvotes: 0
Views: 451
Reputation: 1314
Health check issues can come from a lot of different ways and here are the things that you should consider:
Upvotes: 0