I am looking for mysql scaling on a swarm that could potentially be connected to multiple servers. What is the best way to ensure data is synchronized between containers on different servers?
I understand that in the standard configuration without dockers, I have to configure replication. I am wondering if there is a way to do this, which is more convenient and easy to deploy with docker.
source share