I am looking at the following document:
balancing mode for each load balancer
Would the following be correct:
Load balancer | Backends | Balancing mode |
Application Load Balancer | Instance groups | RATE or UTILIZATION |
Application Load Balancer | Zonal NEGs (GCE_VM_IP_PORT) | RATE |
Application Load Balancer | Hybrid NEGs (NON_GCP_PRIVATE_IP) | RATE |
Global external proxy network load balancer | Instance groups | CONNECTION or UTILIZATION |
Global external proxy network load balancer | Zonal NEGs (GCE_VM_IP_PORT endpoints) | CONNECTION |
Global external proxy network load balancer | Hybrid NEGs (NON_GCP_PRIVATE_IP_PORT endpoints) | CONNECTION |
Classic proxy Network Load Balancer | Instance groups | CONNECTION or UTILIZATION |
Classic proxy Network Load Balancer | Zonal NEGs (GCE_VM_IP_PORT endpoints) | CONNECTION |
Classic proxy Network Load Balancer | Hybrid NEGs (NON_GCP_PRIVATE_IP_PORT endpoints) | CONNECTION |
Regional external proxy Network Load Balancer | Instance groups | CONNECTION or UTILIZATION |
Regional external proxy Network Load Balancer | Zonal NEGs (GCE_VM_IP_PORT endpoints) | CONNECTION |
Regional external proxy Network Load Balancer | Hybrid NEGs (NON_GCP_PRIVATE_IP_PORT endpoints) | CONNECTION |
Regional internal proxy Network Load Balancer | Instance groups | CONNECTION or UTILIZATION |
Regional internal proxy Network Load Balancer | Zonal NEGs (GCE_VM_IP_PORT endpoints) | CONNECTION |
Regional internal proxy Network Load Balancer | Hybrid NEGs (NON_GCP_PRIVATE_IP_PORT endpoints) | CONNECTION |
Cross-region internal proxy Network Load Balancer | Instance groups | CONNECTION or UTILIZATION |
Cross-region internal proxy Network Load Balancer | Zonal NEGs (GCE_VM_IP_PORT endpoints) | CONNECTION |
Cross-region internal proxy Network Load Balancer | Hybrid NEGs (NON_GCP_PRIVATE_IP_PORT endpoints) | CONNECTION |
Passthrough Network Load Balancer | Instance groups | CONNECTION |
Passthrough Network Load Balancer | Zonal NEGs (GCE_VM_IP endpoints) | CONNECTION |
Did i get this right?
Solved! Go to Solution.
Yes, thats correct, you're right.
Yes, thats correct, you're right.
@nestorsi have just elaborated my query with the full table. just to understand if i got this right. is the full table correct.
yes
Thank you!