Fixing Prometheus WebUI behind Traefik | Helm, Kubernetes, Prometheus, and Traefik

Fixing Prometheus WebUI behind Traefik | Helm, Kubernetes, Prometheus, and Traefik

If you’re using Traefik as a reverse proxy for the Prometheus dashboard using Host rules, you may notice that you can’t reach the Prometheus UI. Thanks to this commit, an extra rule is created other than the one(s) you request: Host:/.

You need to delete that rule. I did so by editing the ingress object manifest for the Prometheus Server and deleting the path key with a value of /.

References