Anatomy of Graceful Shutdown

Anatomy of Graceful Shutdown: Part 2

A short exploration of what Docker, containerd, runc are today. How they comprise a modern container stack, how they implement a management of graceful shutdowns, how linux signals are handled within the containerized docker apps.

Anatomy of Graceful Shutdown: Part 1

A deeper look into the world of graceful shutowns in Linux processes: exploration of how signals processing works. Linux signals from the ground up.