I am interested to setup high availability Jenkins environment with the following setup:
- 2 active/passive jenkins masters that will use the same slaves
- Proxy or load balancer which can perform automatic or manual failover.
I found out that apache mesos can do this type of work, but the setup is extremely complicated. I have a feeling that I am not the only who is facing this issue. What would be your recommendations for this setup? Preferably open source tools.
Thanks!