I want to know if IPVS can be used as a load balancer for diameter protocol which has TCP base.
Asked
Active
Viewed 276 times
2 Answers
0
From which I have experienced, IPVS can be used as a load balancer. I use it in a cluster-server configuration in which every server of the cluster executes application server, heartbeat and http services.

Ronald Hudson
- 15
- 5
0
I used LVS to balance diameter connections, it works fine The possible issue is that it balances connections, not messages, so back end load will not be equal.

Alex
- 1