Hello everyone,
I am trying to federate the Kasten setup behind an Ingress Controller (see here for more info https://blog.kasten.io/posts/how-to-set-up-alerts-in-kasten-k10-to-immediately-catch-failed-backups) . It seems that everytime my Prometheus server tries to scrape data from the Kasten K10 Prometheus instance, located at the address http://<ingress>/k10/prometheus/federate it requires a login. I managed to do that by passing “authorization: credentials: inside the Prometheus job config.
Are there anywhere any best practices to do it? What kind of service account, with restricted permissions, shall I create in order to just have the exact permissions to get monitoring data?
Thank you!
Mattia