Completed
About Me • Rust - 3 years Microservices
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Kubelet Deep Dive - Writing a Kubelet in Rust
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Me • Rust - 3 years Microservices
- 3 Kubernetes Architecture
- 4 Controller Pattern . (Mostly) immutable resource objects. • Monitor for changes to objects of a particular resource.
- 5 Aside: Operators • Controller with: Custom Resource Definition Application / domain specific
- 6 Rust for Distributed Apps
- 7 Rust Ecosystem • Many fantastic crates Serde
- 8 Rust State Machine • A Fistful of States: More State Machine Patterns in Rust Flexible framework for implementing Kubelet control loop. Compile-time enforcement
- 9 Krustlet Architecture