February 2022
Intermediate to advanced
680 pages
14h 22m
English
The last two chapters, entitled Chapter 4, Running Your Docker Containers, and Chapter 5, Using Multi-Container Pods and Design Patterns, introduced you to launching Docker containers using Kubernetes. At this point, you know that whenever you need to launch a container on Kubernetes, you will need to do so using Pods. This was the key concept for you to understand and assimilate. We also learned that Kubernetes is nothing more than a REST API that describes resources types we call Kind. When created against an API, each instance of a Kind will result in a computing resource being provisioned on a worker node. A Pod is one of these resources, and when they're created against the worker ...
Read now
Unlock full access