I have a #devops (or what we used to call #sysadmin) question...

I like Docker Swarm for its simplicity and apparent "lightweight" nature. From a user standpoint, you can simply define a set of services and it's not that much of a leap to go from a docker-compose file to a full blown distributed system for a small number f nodes.

The problems are that Docker Swarm only appears to be offered by Docker (tm) and requires the real Docker (tm) stack, as opposed to the solution most distros use today, which is to use podman as a Docker replacement (for many good reasons).

And the fact that Docker is owned by Mirantis, Mirantis's future seems uncertain is good reason not to stay.

Is anyone still using Docker Swarm? If not, do you have a lightweight alternative (not Kubernetes)? I've heard not-great things about Nomad.

I feel like this is a huge missing area in the orchestration landscape.

#docker #orchestration #dockerswarm #kubernetes #nomad

@serge Highly recommend rancher's k3s (lightweight kubernetes).

@NotMyBub @serge If #podman (Quadlet, or using docker-compose files with #podman) does not solve my problem, k3s usually does.

Yeah, it is kubernetes. But it is easy to setup and comes with everything you need.

And personally I would not touch #docker or docker swarm with a ten foot pole...

@johanneskastl This is my experience as well. k3s is easy to setup, it's just a single binary.

Caveat being you either need some basic kubernetes knowledge, or are willing to learn.

There are also some great tutorials and even some terraform.