August 2017
Intermediate to advanced
332 pages
9h 16m
English
Kubernetes is an open source cluster management system originally designed by Google. Even though it's not Docker-native, the integration is smooth, and there are many additional tools that help with this process; for example, kompose can translate the docker-compose.yml files into Kubernetes configuration files.
Let's take a look at the simplified architecture of Kubernetes:

Kubernetes is similar to Docker Swarm in a way that it also has master and worker nodes. Additionally, it introduces the concept of a pod that represents a group of containers deployed and scheduled together. Most pods have a few containers that make up a service. ...
Read now
Unlock full access