Terminology review
- Control Plane
- K8s desired state – API
- Pod
- Replica Set
- Deployment
- Service
- Namespace
- Volume
- Job
- DaemonSet
- StatefulSet
Hands-on
- Ready your server and set up the cluster
- Ensure Kubernetes is running in the cluster
- Join nodes
- Set a Kubernetes add-on for networking features and policy
The first part, the theoretical one is very good, maybe a few pictures to see how everything is connected would even make it better. The second part, the coding excercises, are basically just copy-pasting stuff and the explanations are not fully clear on whats happening and why it needs to be done like that