Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Dynamic Configuration with ComponentConfig and the Control Loop
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Kubernetes-style APIs
- 3 What does yaml + versions get us?
- 4 Command line flags
- 5 What about Kubernetes?
- 6 Problems with flags
- 7 Conversions defined in Go
- 8 Applying this CRD creates REST routes in the API Server
- 9 Validation is part of the CRD Spec.
- 10 CRD Conversions are done wl webhooks in the spec (external URL or Service)
- 11 CRD Version Conversions
- 12 Controllers and their Value
- 13 Flags Solution: ComponentConfig
- 14 Dynamic ComponentConfig
- 15 Dynamic Config w/ Custom Resources
- 16 Examples