Completed
demo
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deep Dive into Kubernetes Operators
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 kubernetes architecture
- 4 foundation: understanding the 'control loop'
- 5 'control loop' in kubernetes
- 6 building blocks of a control loop
- 7 kubernetes event reference
- 8 uncovering the go code
- 9 optimistic concurrency
- 10 operators: control loops & operational intelligence
- 11 operators: the building blocks
- 12 quick introduction: custom resources
- 13 quick introduction: custom resource definition
- 14 example: crd & custom resource
- 15 what's next?
- 16 kubebuilder framework
- 17 operator sdk
- 18 operator initialization & code generation
- 19 demo