Kubernetes Principles of Operation
In this chapter, we'll learn about the major components needed to build a Kubernetes cluster and deploy an app. The aim is to give you an overview of the major concepts but don't worry if you don't understand everything straight away; we'll cover most things again as we progress through the book.
We'll divide the chapter as follows:
- Kubernetes from 40,000feet
- Masters and nodes
- Packaging apps
- Declarative configuration and desired state
- Pods
- Deployments
- Services