/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).
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 port8081
by default.Which issue(s) this PR fixes: Fixes #79
Special notes for your reviewer: ✅ Depends on #80
Release note: