Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Resource Requests and Limits Under the Hood - The Journey of a Pod Spec
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Doggy Daycare Analogy
- 3 Here's an ordinary pod spec
- 4 Requests for planning
- 5 Update Cluster State
- 6 Scheduler
- 7 Create Pod on Node
- 8 The Journey of a Request
- 9 Requests passing through
- 10 Requests summary
- 11 QoS Class in Kubernetes
- 12 Now let's talk about limits
- 13 Limits enforce.
- 14 Assign Pod to Node
- 15 Kubelet to Container Runtime
- 16 Limits summary
- 17 Limits by level
- 18 Container Primitives
- 19 CFS Quota? Period?
- 20 CRI Runtime vs OCI Runtime
- 21 Pod Autoscaling
- 22 Vertical Pod Autoscaler (VPA)
- 23 Conclusion