Deployment Check
July 28, 2026 ยท View on GitHub
Kuberhealthy's deployment healthcheck.
What it is
This repository builds the container image used by Kuberhealthy to run the deployment-check check.
Image
docker.io/kuberhealthy/deployment-checkghcr.io/kuberhealthy/deployment-check- Tags:
latestand short git SHA formainpushes;vX.Y.Zfor releases.
Quick start
- Apply the example manifest:
kubectl apply -f healthcheck.yaml - The bundled manifest is pinned to the latest released image tag.
- Edit the manifest to set any required inputs for your environment.
Build locally
docker build -f ./Containerfile -t kuberhealthy/deployment-check:dev .
Contributing
Issues and PRs are welcome. Please keep changes focused and add a short README update when behavior changes.
License
See LICENSE.