Skip to content

sd_notify support for podman to signal readiness #373

@ingobecker

Description

@ingobecker

The images are compiled without USE_SYSTEMD=yes. While this makes sense for docker and k8s usecases having the image build with systemd support is benifitial if running them with podman. Podman allows users to run containers as systemd services which is quite a common way to deploy containers with podman. If done so, a user can instruct podman to hand the host systems NOTIFY_SOCKET down to the container so the process of the container can properly signal that it is ready to accept connections. For the moment, this is the only native way to implement a readiness probe in podman containers.

To add support for running redis containers in production with podman it would be great if it could be build with systemd support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions