Anatomy of Graceful Shutdown: Part 3
Tracking how application shuts down within the modern kubernetes environment
Tracking how application shuts down within the modern kubernetes environment
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.
A deeper look into the world of graceful shutowns in Linux processes: exploration of how signals processing works. Linux signals from the ground up.