Completed
Cluster autoscaler events
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Managing Multi-Cloud Apache Spark on Kubernetes
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Background (Kubernetes)
- 3 Background (Apache Spark)
- 4 Background (Spark)
- 5 User Stories (Complications)
- 6 User Stories (Solutions)
- 7 Why custom resource (CR)
- 8 Storing information, where to?
- 9 First: Cluster scaling up
- 10 Cluster autoscaler events
- 11 Controller to look up event objects
- 12 Next: Scaling down, OOM, etc.
- 13 Keeping pods?
- 14 Kubernetes custom resource (CR)
- 15 PodStatus Controller behavior
- 16 Extra: Declarative copying
- 17 Extensions