适用于 Linux 的最佳开源软件负载平衡器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3980140/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-04 23:44:22  来源:igfitidea点击:

Best open source software load balancer for Linux

linuxopen-sourceload-balancing

提问by rperez

I have a service that listens on a socket and handle requests arriving to it and a client loading this service. I want to setup more nodes of the service and use a load balancer to balance the workload.

我有一个服务,它侦听套接字并处理到达它的请求以及加载此服务的客户端。我想设置更多的服务节点并使用负载平衡器来平衡工作负载。

What is , in your opinion and experience, the best open source software load balancer for Linux?

在您看来和经验中,最好的 Linux 开源软件负载均衡器是什么?

Thanks, Ronen,

谢谢,罗南,

回答by Steven Benitez

Have you looked at Pound?

你看过庞德吗?

http://www.apsis.ch/pound/

http://www.apsis.ch/pound/

回答by Sabareesh Kkanan

how about squidwhich is a open source proxy server which can do the load balancing

可以做负载均衡的开源代理服务器squid怎么样?

回答by Malcolm Turnbull

At www.loadbalancer.org we use Pound for SSL termination , LVS (IPVS) for Layer 4 load balancing and HAproxy for Layer 7 load balancing. But these solutions balance TCP and UDP traffic, are you after a local socket based solution?

在 www.loadbalancer.org,我们使用 Pound 进行 SSL 终止,使用 LVS (IPVS) 进行第 4 层负载平衡,使用 HAproxy 进行第 7 层负载平衡。但是这些解决方案平衡了 TCP 和 UDP 流量,您是否追求基于本地套接字的解决方案?