Hi all
We're using the Prometheus operator to create Prometheus federates in all of our K8S cluster. We centralized a "master" Prometheus which has an Alertmanager connected to it and manages all the outgoing alerting. Currently we, the platform team, manage all alerting rules centrally in this master Prometheus. We'd like to move this power to the developers so they can create their own alerts with the PrometheusRule CRDs in the clusters.
Is there currently a way to federate the rules from a "federate" instance to a master instance, like with the metrics? If not, what would be the desired way to properly set this up be? Deploy the alert managers as many times as we have federates?
Thank you in advance.
Kind regards
Pieter