Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sd_notify support for podman to signal readiness #373

Open
ingobecker opened this issue Aug 16, 2023 · 1 comment
Open

sd_notify support for podman to signal readiness #373

ingobecker opened this issue Aug 16, 2023 · 1 comment

Comments

@ingobecker
Copy link

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.

@tianon
Copy link
Contributor

tianon commented Dec 13, 2023

Any idea what else changes if we compile with USE_SYSTEMD=yes? Is there a size difference? Functionality difference? 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants