Completed
- Introductions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Writing a Kubernetes Controller - Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 - Holding screen
- 2 - Introductions
- 3 - What is a Kubernetes controller?
- 4 - What are we going to build?
- 5 - Question: Controller vs Operator?
- 6 - Question: Build from scratch or SDKs?
- 7 - Building the boilerplate for our admission controller
- 8 - Building a container image
- 9 - Creating the Kubernetes manifests
- 10 - Generating the certificates
- 11 - Creating our MutatingWebhook configuration
- 12 - Deploying our admission controller
- 13 - Modifying the Pod spec
- 14 - Resolving the semantic version constraint