Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 966 Bytes

File metadata and controls

39 lines (24 loc) · 966 Bytes

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
Loading

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