Part 1 Overview
1. Introducing Kubernetes
- 1.1 Understanding the need for a system like Kubernetes
- 1.2 Introducing container technologies
- 1.3 Introducing Kubernetes
- 1.4 Summary
2. First steps with Docker and Kubernetes
- 2.1 Creating, running, and sharing a container image
- 2.2 Setting up a Kubernetes cluster
- 2.3 Running your first app on Kubernetes
- 2.4 Summary
Part 2 Core concepts
3. Pods: running containers in Kubernetes
- 3.1 Introducing pods
- 3.2 Creating pods from YAML or JSON descriptors
- 3.3 Organizing pods with labels
- 3.4 Listing subsets of pods through label selectors
- 3.5 Using labels and selectors to constrain pod scheduling
- 3.6 Annotating pods
- 3.7 Using namespaces to group resources