What is the difference between Docker Swarm and Kubernetes/Mesophere?

后端 未结 2 1053
心在旅途
心在旅途 2021-02-14 00:28

From what I understand, Kubernetes/Mesosphere is a cluster manager and Docker Swarm is an orchestration tool. I am trying to understand how they are different? Is Docker Swarm

2条回答
  •  耶瑟儿~
    2021-02-14 01:13

    Swarm is a very simple add-on to Docker. It currently does not provide all the features of Kubernetes. It is currently hard to predict how the ecosystem of these tools will play out, it's possible that Kubernetes will make use of Swarm.

提交回复
热议问题