ContainerPilot

Modified: 26 Jan 2023 22:12 UTC

ContainerPilot is an init system designed to live inside the container. It acts as a process supervisor, reaps zombies, run health checks, registers the app in the service catalog, watches the service catalog for changes, and runs your user-specified code at events in the lifecycle of the container to make it all work right. ContainerPilot uses Consul to coordinate global state among the application containers.

Lifecycle

Design: the Why of ContainerPilot

Configuration

Support

Where it's used