...

>

Comparison with Docker Swarm

Comparison with Docker Swarm

This lesson is a comparison between Kubernetes resource management and Docker Swarm equivalent.

The Similarities

Resource management can be divided into a few categories. We need to define how much memory and CPU we except a container will use and what are the limits. This information is crucial for a scheduler to make “intelligent” decisions when calculating where to place containers. In this aspect, there is no essential difference between Kubernetes and Docker Swarm. Both are using requested resources to decide where to deploy containers and limits when to evict them. Both of them are, more or less, the same in this aspect. ...

Access this course and 1800+ top-rated courses and projects.