Section 2: Diving into Kubernetes Core Concepts
This section is the most important one since it is the first time that you will be introduced to Kubernetes core objects, also called primitives. You are going to be taught how Kubernetes manages its containerized applications. At the end of this section, you should be able to run Kubernetes-based workloads.
This part of the book comprises the following chapters:
- Chapter 4, Running Your Docker Containers
- Chapter 5, Using Multi-Container Pods and Design Patterns
- Chapter 6, Configuring Your Pods Using ConfigMaps and Secrets
- Chapter 7, Exposing Your Pods with Services
- Chapter 8, Managing Namespaces in Kubernetes
- Chapter 9, Persistent Storage in Kubernetes