←back to thread

1101 points codesmash | 2 comments | | HN request time: 0.409s | source
Show context
vb-8448 ◴[] No.45137887[source]
i'm the only one that wished docker swarm became the standard instead of k8s?
replies(3): >>45137978 #>>45139393 #>>45139577 #
1. papascrubs ◴[] No.45139577[source]
Swarm syntax is much better than the YAML sprawl of k8s. That said the underlying engine was pretty buggy and lack of customization for lower level components was a pain. Their whole plugin system was a great idea, but actual plugins developed by vendors ended up being very brittle. That said, yeah I'd prefer that timeline
replies(1): >>45147131 #
2. notpushkin ◴[] No.45147131[source]
I’m still using Swarm personally and agree 100%.

I’ve dealt with a fair bit of Swarm internals for https://lunni.dev/, and I’m ready to switch to k8s any moment. Don’t wanna lose Compose Spec support though, so I’ve started an IaC thingy that can map it to both k8s and Swarm resources. (Now I need to find some time for it!)