A Kubernetes operator for running synthetic checks as pods. Works great with Prometheus!
helm package
to make a new helm archive file. You must be in the deploy/helm/kuberhealthy/
directory so that the chart is found.index.yaml
file in this directory and edit the entries to point to the package file created in the prior stepInstall the newest Helm chart using the following commands:
kubectl create namespace kuberhealthy
kubectl config set-context --current --namespace=kuberhealthy
helm repo add kuberhealthy https://kuberhealthy.github.io/kuberhealthy/helm-repos
helm install kuberhealthy kuberhealthy/kuberhealthy