kuberhealthy

A Kubernetes operator for running synthetic checks as pods. Works great with Prometheus!

View the Project on GitHub kuberhealthy/kuberhealthy

Kuberhealthy Chart Archives

Releasing New Versions

Installation

Install the newest Helm chart using the following commands:

  1. Create namespace “kuberhealthy” in the desired Kubernetes cluster/context:
    kubectl create namespace kuberhealthy
  2. Set your current namespace to “kuberhealthy”:
    kubectl config set-context --current --namespace=kuberhealthy
  3. Add the kuberhealthy repo to Helm:
    helm repo add kuberhealthy https://kuberhealthy.github.io/kuberhealthy/helm-repos
  4. Install kuberhealthy:
    helm install kuberhealthy kuberhealthy/kuberhealthy