HAProxy on App Servers for redundant load balancers

I have HAProxy running on a separate server to load balance 2 MySQL servers running master-master / active-passive mode. However, I now have a single point of failure with the HAProxy load balancer. I have read that I can use keepalived and spin up another instance of HAProxy.

However, I would like to keep my server costs low and was wondering if I can instead move HAProxy onto my application servers since I already have multiple App servers running behind a separate load balancer.

Is there a way to run HAProxy in the manner? Thanks.


我只是意识到这应该在ServerFault上,而不是StackOverflow - 关闭。

链接地址: http://www.djcxy.com/p/62730.html

上一篇: 来自HAProxy或Apache mod的OAuth令牌验证

下一篇: 适用于冗余负载平衡器的App Server上的HAProxy