🚀 Feature: healthcheck endpoint #441

Closed
opened 2025-10-07 00:15:03 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @jfroy on GitHub.

Feature description

It would be nice to have a healthcheck endpoint to use with k8s probes. There are many Gin middelwares/packages for that.

Pitch

Kubernetes and other service control planes can monitor services for liveness and readiness, restart the service when detecting a failure, and direct traffic to ready instances (e.g. do rolling updates w/o disruption).

Originally created by @jfroy on GitHub. ### Feature description It would be nice to have a healthcheck endpoint to use with k8s probes. There are many Gin middelwares/packages for that. ### Pitch Kubernetes and other service control planes can monitor services for liveness and readiness, restart the service when detecting a failure, and direct traffic to ready instances (e.g. do rolling updates w/o disruption).
OVERLORD added the feature label 2025-10-07 00:15:03 +03:00
Author
Owner

@stonith404 commented on GitHub:

Added in v0.16.0. The endpoint is available at the /health route. If you use Docker Compose, please update your docker-compose.yml with the newest one.

@stonith404 commented on GitHub: Added in `v0.16.0`. The endpoint is available at the `/health` route. If you use Docker Compose, please update your `docker-compose.yml` with the newest one.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#441