Skip to content

Instantly share code, notes, and snippets.

@SarasaGunawardhana
Last active July 10, 2019 02:35
Show Gist options
  • Save SarasaGunawardhana/4e629fa56619e9a024e2509f1a77566a to your computer and use it in GitHub Desktop.
Save SarasaGunawardhana/4e629fa56619e9a024e2509f1a77566a to your computer and use it in GitHub Desktop.
Advantages of kubernetes over Docker swarm
Docker Swarm Kubernetes
Developed by Docker Swarm Developed by Google
Has a smaller community compared to Kubernetes Has a vast Open source community
Has low fault tolerance Has high fault tolerance
Easy to set up and fits well into Docker ecosystem Requires heavy setup
Less extensive and less customizable More extensive and customizable
Features automated internal load balancing through any node in the cluster Enables load balancing when container pods are defined as services
Facilitates for quick container deployment and scaling even in very large clusters Provides strong guarantees to cluster states at the expense of speed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment