UNCLASSIFIED - NO CUI

Skip to content

Adding flux prometheus rule for CRD's and controller status

brandt keller requested to merge flux_prom_rule into main

Description

Add prometheus rule template for alerting on Flux CRD's & basic state of controllers.

The first expression will capture all Flux CRD's in all namespaces and check for reconciliation errors (helm release / git repository / helm chart, alert, provider etc)

The second is a basic check for controller pod state. These are largely covered by existing generic kubernetes alerts - so not diving too deep down the rabbit hole on these ones.

Issues

Relates to https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/1210

Merge request reports