简体   繁体   中英

Google Load balancer vs httpd apache load balancer

We use apache httpd load balancer for our project.

We were looking at Google Load balancer and may be shift to it.

But i dont find any comparison of both as in pro/con of one over another, so that we can decide on what suits as best. Can we get a list of pro/con?

If scalability and performance is critical to you, definitely choose GCE load balancer. The traditional model of load balancing is basically "proxy + backends", in which the proxy quickly becomes the bottleneck. This is not the case for GCE load balancer, which has no proxy at all, the load balancing is implemented by the underlying infrastructure.

But GCE load balancer is not free, see pricing here https://cloud.google.com/compute/pricing#lb .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM