Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

load balancing modes

I am looking at the following document:

 
In the table (Balancing modes available for each load balancer) in this section, how do i decypher this table. Does it mean the following:
 


balancing mode for each load balancerbalancing mode for each load balancer

  • Global external proxy Network Load Balancer > Instance groups backend > CONNECTION or UTILIZATION balancing mode
  • Global external proxy Network Load Balancer > Zonal NEGs (GCE_VM_IP_PORT endpoints) backend > CONNECTION balancing mode
  • Global external proxy Network Load Balancer > Hybrid NEGs backend > CONNECTION balancing mode
  • And likewise for each load balancer

Would the following be correct:

Load balancerBackendsBalancing mode
Application Load BalancerInstance groupsRATE or UTILIZATION
Application Load BalancerZonal NEGs (GCE_VM_IP_PORT)RATE
Application Load BalancerHybrid NEGs (NON_GCP_PRIVATE_IP)RATE
Global external proxy network load balancerInstance groupsCONNECTION or UTILIZATION
Global external proxy network load balancerZonal NEGs (GCE_VM_IP_PORT endpoints)CONNECTION
Global external proxy network load balancerHybrid NEGs (NON_GCP_PRIVATE_IP_PORT endpoints)CONNECTION
Classic proxy Network Load BalancerInstance groupsCONNECTION or UTILIZATION
Classic proxy Network Load BalancerZonal NEGs (GCE_VM_IP_PORT endpoints)CONNECTION
Classic proxy Network Load BalancerHybrid NEGs (NON_GCP_PRIVATE_IP_PORT endpoints)CONNECTION
Regional external proxy Network Load BalancerInstance groupsCONNECTION or UTILIZATION
Regional external proxy Network Load BalancerZonal NEGs (GCE_VM_IP_PORT endpoints)CONNECTION
Regional external proxy Network Load BalancerHybrid NEGs (NON_GCP_PRIVATE_IP_PORT endpoints)CONNECTION
Regional internal proxy Network Load BalancerInstance groupsCONNECTION or UTILIZATION
Regional internal proxy Network Load BalancerZonal NEGs (GCE_VM_IP_PORT endpoints)CONNECTION
Regional internal proxy Network Load BalancerHybrid NEGs (NON_GCP_PRIVATE_IP_PORT endpoints)CONNECTION
Cross-region internal proxy Network Load BalancerInstance groupsCONNECTION or UTILIZATION
Cross-region internal proxy Network Load BalancerZonal NEGs (GCE_VM_IP_PORT endpoints)CONNECTION
Cross-region internal proxy Network Load BalancerHybrid NEGs (NON_GCP_PRIVATE_IP_PORT endpoints)CONNECTION
Passthrough Network Load BalancerInstance groupsCONNECTION
Passthrough Network Load BalancerZonal NEGs (GCE_VM_IP endpoints)CONNECTION

Did i get this right?

Solved Solved
0 4 710
1 ACCEPTED SOLUTION

Yes, thats correct, you're right.

View solution in original post

4 REPLIES 4

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!