|
|
|
|
|
by radus
806 days ago
|
|
docker swarm is also a decent solution if you do need to distribute some workloads, while still using a docker compose file with a few extra tweaks. I use this to distribute compute intensive jobs across a few servers and it pretty much just works at this scale. The sharp edges I've come across are related to differences between the compose file versions supported by compose and swarm. Swarm continues to use Compose file version 3 which was used by Compose V1 [1]. 1: https://docs.docker.com/engine/swarm/stack-deploy/ |
|
Any tips on the minimum hardware or VPS's needed to get a small swarm cluster setup?