https://github.com/cloudprober/cloudprober
https://github.com/cloudprober/helm-charts/tree/main/cloudprober
helm repo add cloudprober https://helm.cloudprober.org/
helm repo update
helm install cloudprober cloudprober/cloudprober -n cloudprober --create-namespace
You can either add config directly in the values.yaml
, or you can provide config on the command line through the --set-file
flag.
helm upgrade --install cloudprober cloudprober/cloudprober \
--set-file config=~/monitoring/config/cloudprober.cfg -n cloudprober