Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deploying Unikernels in Production with Kubernetes
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Anatomy of a "normal" K8s stack
- 3 Reducing the os with specialization
- 4 Could we reduce Linux further?
- 5 The Unikernel Model
- 6 Unikernels offer better performance.
- 7 Unikernels offer better transport.
- 8 Unikernels offer better security.
- 9 Our Goal
- 10 Interfacing VMs with K8s
- 11 Extending the Container Runtime
- 12 runu: Run Unikernels!
- 13 A unikernel in OCI clothing
- 14 Mixed Container/Unikernel Runtime
- 15 Future work