UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 704dfa64 authored by Ronnie Webb's avatar Ronnie Webb
Browse files

adding annotations

parent f4aaa758
No related branches found
No related tags found
1 merge request!1300Cluster Auditor Architecture Documentation Updates
Pipeline #664855 failed
......@@ -2,7 +2,7 @@
## Overview
Cluster Auditor(CA) pulls data from the kubernetes API, transforms them and inserts them into Elasticsearch which can then be queried by Kibana. The types of objects are both OPA Gatekeeper CRDs and native kubernetes [objects](https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor/-/blob/main/chart/templates/configMap.yaml).
Cluster Auditor(CA) pulls data from the kubernetes API, transforms them and inserts them into Prometheus to be displayed in a Grafana Dashboard. The types of objects are both OPA Gatekeeper CRDs and native kubernetes [objects](https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor/-/blob/main/chart/templates/configMap.yaml).
## Big Bang Touch Points
......@@ -12,8 +12,8 @@ graph TB
clusterauditor
end
subgraph "Elasticsearch"
clusterauditor --> elasticsearch
subgraph "Prometheus"
clusterauditor --> prometheus
end
```
......@@ -23,7 +23,7 @@ CA currently does not support HA.
## Storage
It uses the currently deployed Elasticsearch that's deployed as part of the logging stack.
It uses the currently deployed Prometheus that's deployed as part of the monitoring stack.
## Single Sign On (SSO)
......@@ -31,9 +31,9 @@ CA does not have SSO Integration.
## Licensing
CA parent image is `fluentd` which uses [Apache License 2.0](https://github.com/fluent/fluentd/blob/master/LICENSE).
CA parent image is `opa-exporter` which uses [Apache License 2.0](https://github.com/mcelep/opa-scorecard/blob/master/LICENSE).
## Dependant Packages
- Elasticsearch Kibana
- Monitoring
- OPA Gatekeeper
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment