Completed
Admissions controllers
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Kubernetes - Going Beyond the Basics
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Scheduling pods
- 3 Why influence pod scheduling placement?
- 4 Approaches to influencing pod scheduling
- 5 Node selector
- 6 Node affinity/anti-affinity
- 7 Specifying demand for node
- 8 Taints & Tolerations
- 9 Taints vs Node affinity
- 10 Pod distribution
- 11 Custom scheduler
- 12 Taking more control...
- 13 Admissions controllers
- 14 API request lifecycle
- 15 Admission Webhooks
- 16 Custom Resource Definitions (CRDS)
- 17 Creating a Foo resource
- 18 Custom controllers
- 19 Writing your own operator?
- 20 Virtual Kubelet implementations
- 21 Bursting load using virtual node
- 22 Virtual node public preview
- 23 Virtual node recap
- 24 Improving service to service communications
- 25 What is a Service mesh?
- 26 Istio service mesh