Completed
Scheduling Framework
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Enhancing the Kubernetes Scheduler for Diverse Workloads in Large Clusters
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Vanilla Scheduler is Becoming Insufficient
- 3 Emerging Scheduling Requirements
- 4 Scheduling Framework
- 5 Comparison of Different Methods Extending the Vanilla scheduler
- 6 StaticIP Scheduler Plugin Custom PreFilter and Filter plugins
- 7 Compared with Scheduler Webhook Extenders
- 8 Case Study Gang scheduling for batch jobs
- 9 Lightweight Coscheduling Plugins
- 10 Case Study Scalable scheduling
- 11 Custom Scheduler Parameters percentage OfNodesToScore
- 12 Group Scoring
- 13 Scalable Scheduling Challenges
- 14 Custom Scheduling with Multiple Profiles and Plugins An example policy file
- 15 Summary
- 16 Acknowledgements