What are the practical differences between swarms and k3s?
Comment on Potential upgrade
eutampieri@feddit.it 5 weeks agoWhy swarm and not not k3s?
jeffreyosborne@lemm.ee 5 weeks ago
eutampieri@feddit.it 5 weeks ago
The control plane, I guess…
skankhunt42@lemmy.ca 5 weeks ago
I’ve never actually used swarm so I could be wrong. However, I was under the impression that Docker swarm is a lot easier to use with a lot more examples for people to deploy their Containers.
With K8s/K3s I find myself translating a lot of docker examples into deployment yamls with Services, Network Policies, PVCs, secrets, etc, etc. It’s just a lot more lines in the .yml files. This also assumes you know that anything that you run in docker you can run in K8s with 1 replica and more is not ideal.
eutampieri@feddit.it 5 weeks ago
Ok, k8s is harder but I feel that applying configuration remotely is more robust. I haven’t used swarm though.