Lesson 01 12 minBeginner
Core concepts
Why Kubernetes?
Understand the problems Kubernetes solves and build a useful mental model before touching YAML.
What you'll learn
- Explain container orchestration
- Identify cluster responsibilities
- Know when Kubernetes is the wrong tool
Try it in your terminal
$ kubectl version --clientKey idea
Kubernetes continuously works to make actual state match your declared desired state.
That reconciliation loop is the thread connecting nearly every object you will learn.
Lesson 1 of 8