docs: needs are below
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-16 23:42:49 +01:00
parent 11c9cbc9ce
commit 2fad00fc8b

View File

@ -34,7 +34,7 @@ In practice, this is what we currently rely on Swarm mode for.
>
> Way back when (i guess in 2019? before my time!), docker sold off its enterprise platform which was called "swarm" to mirantis, so that's still a product that mirantis has and has developed in their way, but it's not the open-source swarm(kit) that's part of the docker cli. this is a good quick explanation: https://forums.docker.com/t/docker-swarmkit-and-the-mirantis-deal-not-docker-swarm/88886
* The orchestration features of Swarm mode are opaque, causing failed deployments to be very difficult to understand. This can cause a litany of a issues. For example, in the case where your database has been migrated and a rollback of your failing app doesn't support the new schema. This has been discussed extensively on [`organising#682`](https://git.coopcloud.tech/toolshed/organising/issues/682). We need more fine grained control on the order of the deployment to be able to create more insights and stable recovery operations, i.e. an imperative model which is more predictable and easier to work with.
* The orchestration features of Swarm mode are opaque, causing failed deployments to be very difficult to understand. This can cause a litany of a issues. For example, in the case where your database has been migrated and a rollback of your failing app doesn't support the new schema. This has been discussed extensively on [`organising#682`](https://git.coopcloud.tech/toolshed/organising/issues/682).
## Potential alternatives