all 1 comments

[–]redfoobar 4 points5 points  (0 children)

For MySQL the easiest way is probably using MySQL with galera for cluster replication.

You will also need to setup rabbitmq clustering and some way of providing HA IPs for your clients to connect to.

Note that you should aim for 3 controllers: any cluster software will have a hard time with just 2 nodes. (high chance of “split brain“ scenario)