The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
High Availability Setup - Load Balancer
RaviSwamyAptus
Member Posts: 7 Contributor II
Hello,
The RM documentation on Load Balancer say "The load balancer should be a dedicated machine which is only responsible for redirecting traffic and load balancing several RapidMiner Server instances."
Is there any guideline on the system requirements/configuration for Load balancer ?
The RM documentation on Load Balancer say "The load balancer should be a dedicated machine which is only responsible for redirecting traffic and load balancing several RapidMiner Server instances."
Is there any guideline on the system requirements/configuration for Load balancer ?
1
Best Answers
-
sgenzer Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager6
-
ZSzatmari Employee-RapidMiner, Member Posts: 13 RM EngineeringHi @RaviSwamyAptus,
it is a good architectural pattern to keep the LB independent from the backend servers. I won't say, that it should be a dedicated server, but should be independent from the RapidMiner Server boxes.
I propose to use HAProxy as a LB implementation, because it can be easily configured and also provides session stickiness options. It doesn't require too much resources. You can be good enough with 2 CPU cores and 2-4 Gb memory based on the connection requests per second (details: https://www.haproxy.com/documentation/hapee/1-5r2/getting-started/os-hardware/)
For the configuration-relaed question I propose to check our docs page (https://docs.rapidminer.com/latest/server/high-availability/loadbalancer.html), we have there a good example configuration to start with.9