Skip to content

Cluster Auditor💣

Overview💣

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.

Big Bang Touch Points💣

graph TB
  subgraph "Cluster Auditor"
    clusterauditor
  end

  subgraph "Prometheus"
    clusterauditor --> prometheus
  end

High Availability💣

CA currently does not support HA.

Storage💣

It uses the currently deployed Prometheus that’s deployed as part of the monitoring stack.

Single Sign On (SSO)💣

CA does not have SSO Integration.

Licensing💣

CA is based off of the OPA Scorecard which uses the Apache License 2.0.

Dependant Packages💣

  • Monitoring
  • OPA Gatekeeper

Last update: 2023-02-02 by Micah Nagel