Define and enable healthchecks for containers #190
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
(Semi copy&paste from my old repo)
Healthchecks could help with the following:
more fine grained monitoring of services
better lifecycle management and 'autohealing'
depending on sdnotify integration/support; more robust startup dependencies (e.g. database containers)
Upstream Discussion on the sd_notify healthcheck integration: https://github.com/containers/podman/issues/6160
The integration with quadlet seems way nicer than manually stuffing this into the podman create command.