gardener-attic / gardener-resource-manager

Kubernetes resource reconciliation controller capable of performing health checks for managed resources.
https://gardener.cloud
5 stars 19 forks source link

Add health endpoint for a liveness probe #81

Closed rfranzke closed 4 years ago

rfranzke commented 4 years ago

How to categorize this PR?

/area ops-productivity robustness quality /kind enhancement /priority normal

What this PR does / why we need it: This PR adds a health check that is exposed on the /healthz endpoint on port 8081 by default.

Which issue(s) this PR fixes: Fixes #79

Special notes for your reviewer: ✅ Depends on #80

Release note:

The gardener-resource-manager does now feature a `/healthz` endpoint that can be used as part of a liveness probe configuration. It listens on port `8081` by default (configurable via the `--health-bind-address` flag).
rfranzke commented 4 years ago

/ready /invite @timebertt @timuthy @ialidzhikov