--On Wednesday, March 10, 2021 6:43 PM +0530 chandan jain
<[email protected]> wrote:
A load-balancer that is not doing round-robin (but some other policy,
like response time or throughput) probably would be OK
OK agreed with you, but above loadbalancer config doesn't solve problem
of horizontal scaling and load balancing.
In other words, is it possible to achieve a horizontally scalable, highly
available and load balanced setup.
You set up two pools in the load balancer
Pool 1 -> For apps that only do reads, and handles load distribution in
whatever method you feel best. Example DNS: ldap.example.com
Pool 2 -> For apps that write directly. Sticky session to a single
provider unless it goes offline. Example DNS: ldap-provider.example.com
--Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>