Probing kubernetes ingress to check health

1/28/2022

I have recently deployed an instance of promethus blackbox exporter to try to help monitor the status of the ingress in our clsuter. To do that i have set up a probe that uses the module http_2xx which works fine but not all services return 200 on /. hence i get status codes 404, 502 etc from some of the services. Any recommendation on how i could monitor the health of the ingress in our cluster using the blackbox exporter? any help is appreciated

-- MSa'ad
kubernetes
nginx-ingress
prometheus
prometheus-blackbox-exporter

0 Answers