DevilKing's blog

冷灯看剑,剑上几分功名?炉香无需计苍生,纵一穿烟逝,万丈云埋,孤阳还照古陵

0%

K8s vs Docker Swarm

原文链接

Swarm:

  1. Less cluttered/heavy and with just working methodology
  2. No Single Point of Failure option for Docker Swarm
  3. Secure due to auto-generation of security certificates.
  4. Compatibility with Backward versions easily.

Drawbacks of Kubernetes

  • When doing it yourself, Kubernetes installation can be quite complex with steep learning curve. An option to solve this issue is to opt for a managed Kubernetes-as-a-service such as ours.
  • In Kubernetes, it is required to have a separate set of tools for management, including kubectl CLI.
  • It is Incompatible with existing Docker CLI and Compose tools

1````