I was wondering if I could load balance 2 nginx proxies with keepalived.
I have already established high availability for 2 proxies in MASTER - BACKUP setup with keepalived. So Failover is working but not enough for me.
I want to load balance those two proxies preferably with keepalived if it is capable doing it. So (while both proxies are up) when a request is made to VIP, send the request to proxy1 or proxy2.
Is it doable by keepalived?
If it is and you know a link I would appreciate that.
If not any info would be nice.
Thanks in advance.