You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose a simple GET /healthz that returns 200 OK with JSON { "status":"ok" }. Useful for container orchestration platforms (Kubernetes, Docker Swarm) to monitor service health.
Expose a simple GET /healthz that returns 200 OK with JSON { "status":"ok" }. Useful for container orchestration platforms (Kubernetes, Docker Swarm) to monitor service health.