Cluster Auditor(CA) pulls constraints from the kubernetes API, transforms them and inserts them into Prometheus to be displayed in a Grafana Dashboard. Cluster Auditor uses OPA Gatekeeper CRDs and native kubernetes objects.
graph TB
subgraph "Cluster Auditor"
clusterauditor
end
subgraph "Prometheus"
clusterauditor --> prometheus
end
CA currently does not support HA.
It uses the currently deployed Prometheus that's deployed as part of the monitoring stack.
CA does not have SSO Integration.
CA is based off of the OPA Scorecard which uses the Apache License 2.0.
- Monitoring
- OPA Gatekeeper