Articles

Articles


Container Init Process

June 2, 2023
Categories:
Deep Dive
Tags:
Containers

TL;DR: When deploying applications in containers, understanding the role and implications of the init process is critical. In this article, we’ll delve into how our application runs as Process ID #1 in a container, and what this means for our application’s signal handling and zombie process management.

images/init-process-diagram.jpg
To init or not to init, that is the question...









Kubernetes Maintenance Page

October 30, 2022
Categories:
Tutorial
Tags:
Kubernetes

TL;DR: Need to set up a quick maintenance page for a service hosted in Kubernetes? You can create a custom page and host it with nginx without even needing a custom container image!

A gist containing the full code can be found here: LINK

images/maintenance-page-screenshot.png





© DevOps Directive 2023