Daemonset Check
January 13, 2026 ยท View on GitHub
Kuberhealthy's Daemonset Check
What it is
This repository builds the container image used by Kuberhealthy to run the daemonset-check check.
Image
docker.io/kuberhealthy/daemonset-check- Tags: short git SHA for
mainpushes andvX.Y.Zfor releases.
Quick start
- Apply the example manifest:
kubectl apply -f healthcheck.yaml - Edit the manifest to set any required inputs for your environment.
Build locally
docker build -f ./Containerfile -t kuberhealthy/daemonset-check:dev .
Contributing
Issues and PRs are welcome. Please keep changes focused and add a short README update when behavior changes.
License
See LICENSE.