0 votes
in Kubernetes K8s by

How is Kubernetes different from Docker Swarm?

1 Answer

0 votes
by
FeaturesKubernetesDocker Swarm
Installation & Cluster ConfigSetup is very complicated, but once installed cluster is robust.Installation is very simple, but the cluster is not robust.
GUIGUI is the Kubernetes Dashboard.There is no GUI.
ScalabilityHighly scalable and scales fast.Highly scalable and scales 5x faster than Kubernetes.
Auto-scalingKubernetes can do auto-scaling.Docker swarm cannot do auto-scaling.
Load BalancingManual intervention needed for load balancing traffic between different containers and pods.Docker swarm does auto load balancing of traffic between containers in the cluster.
Rolling Updates & RollbacksCan deploy rolling updates and does automatic rollbacks.Can deploy rolling updates, but not automatic rollback.
DATA VolumesCan share storage volumes only with the other containers in the same pod.Can share storage volumes with any other container.
Logging & MonitoringIn-built tools for logging and monitoring.3rd party tools like ELK stack should be used for logging and monitoring.

Related questions

0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
...