January 2018
Beginner to intermediate
624 pages
19h 23m
English
Chapter 1. Introducing Kubernetes
Figure 1.1. Components inside a monolithic application vs. standalone microservices
Figure 1.2. Each microservice can be scaled individually.
Figure 1.3. Multiple applications running on the same host may have conflicting dependencies.
Figure 1.5. The difference between how apps in VMs use the CPU vs. how they use them in containers
Figure 1.6. Docker images, registries, and containers
Figure 1.7. Running six apps on three VMs vs. running them in Docker containers
Figure 1.8. Kubernetes exposes the whole datacenter as a single deployment platform.