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

Add /healthz provider for liveness probing #219

Open
tiran opened this issue Jul 26, 2017 · 0 comments
Open

Add /healthz provider for liveness probing #219

tiran opened this issue Jul 26, 2017 · 0 comments

Comments

@tiran
Copy link
Member

tiran commented Jul 26, 2017

GET /healthz is a de-facto standard to check if a service is up, running and still healthy. A GET request to /healthz is used as liveness and readiness probe in Kubernetes and OpenShift. Custodia should have a path provider that supports /healthz w/o authentication (potentially limited to requests from localhost).

I suspect that /healthz won't work in the Unix socket case. Kubernetes / OpenShift only support TCP/IP checks. However the also support liveness scripts. A custodia-healthz script may do the trick.

@tiran tiran added this to the future milestone Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants