▲ | vbezhenar 6 days ago | ||||||||||||||||||||||||||||
It is supported by docker and not abandoned. I just checked latest docker engine release notes and there are multiple fixes and enhancements. Certainly not as popular, compared to Kubernetes, but it is there. | |||||||||||||||||||||||||||||
▲ | horsawlarway 6 days ago | parent [-] | ||||||||||||||||||||||||||||
Eh, it's not quite that simple. What the person above you is thinking of is almost certainly "swarm classic" which is actually dead (see: https://github.com/docker-archive/classicswarm) Docker does support a different "Swarm mode" style deployment configuration, which is functionally https://github.com/moby/swarmkit, and really feels much more like Kubernetes to me than the original docker swarm. I'm... honestly not sure why you'd pick it as a solution over all the k8s tooling they've been doing instead. It feels like the same level of complexity and then only benefit is that it's easier to configure than bare metal k8s, but things like k3s and microk8s tackle that same space. If anyone is really using the swarm mode for a production service, I'd love to hear different opinions, though! | |||||||||||||||||||||||||||||
|