HAProxy – Mysql cluster on Docker

In this tutorial I am going to setup a HAProxy based cluster (layer 4) in Docker which would load balance to a set of Mysql nodes (again running on Docker). Before I jump into how to get this done, I would like to explain a little more about few important terms : – Docker – well, everybody […]