What would be an appropriate way of load balancing a CMS with about 50000 domains, considering that SSL termination should take place on the LB-side? Having multiple LB sets with each a bunch of SSL certificates or is there any more dynamic way of having just on single cluster of LB (all having the same data) and dynamically assigning it to a specific route/domain?
Or what would be the limit of domains on HAProxy with SSL certificates (when setting up each domain manually or by a script)?
Couldn't actually find any practicable way on the internet.
All of the different domains basically point onto the same set of backend servers, the only thing that is different for each domain will be the certificate.