wowmad wrote:I have some curiosity in how we can implement clusters with docker
I am running a few larger Docker swarms at work, and Kubernetes is more or less overkill, unless we're talking about thousands of servers. The default Docker swarm with consul/etcd for service registration and a decent failover configuration is sufficient for this.
What I am more concerned about is that to make this work, is to resolve the hard dependency from the world server on the realm database. Unless this is resolved by proper solution, clustering/failover/etc. will not be a reality.
For now the Docker containers will just allow you to spin up both servers using Docker compose command, so you just have to edit some environment variables to start.
Running realm and world containers on different systems will come next.