Completed
More Details
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PID 1, SIG Handling, Hooks & Probes - Managing Container Lifecycle Correctly
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About OLX Group
- 3 Infrastructure Landscape
- 4 Agenda
- 5 Unix Processes
- 6 Orphans
- 7 Are Zombies Harmful?
- 8 Zombies and Containers
- 9 Init System To The Rescue
- 10 Tini Init System
- 11 Setting Up Tini
- 12 More Details
- 13 Pod Lifecycle Phases
- 14 Container Lifecycle States
- 15 Terminating Gracefully
- 16 Termination Lifecycle
- 17 Health Probe Pattern
- 18 Self-Healing Containers
- 19 Problems
- 20 Technicalities of Probes
- 21 Container Probes
- 22 Liveness Probe
- 23 Readiness Probe
- 24 Code Walkthrough
- 25 Startup Probe
- 26 Need for Lifecycle Hooks
- 27 postStart Hook Behaviour
- 28 preStop Hook
- 29 Revisiting Termination
- 30 Usage of Init Containers
- 31 Scheduling and Resources
- 32 Face-off