UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3dddcb7c authored by Tunde Oladipupo's avatar Tunde Oladipupo
Browse files

Merge branch 'cluster-auditor-arch' into 'master'

docs: cluster auditor arch

Closes #307

See merge request platform-one/big-bang/bigbang!438
parents 81ec7b1a f55dc12b
No related branches found
No related tags found
1 merge request!438docs: cluster auditor arch
# Cluster Auditor
## 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).
## Big Bang Touchpoints
```mermaid
graph TB
subgraph "Cluster Auditor"
clusterauditor
end
subgraph "Elasticsearch"
clusterauditor --> elasticsearch
end
```
## High Availability
CA currently does not support HA.
## Storage
It uses the currently deployed Elasticsearch that's deployed as part of the logging stack.
## Single Sign On (SSO)
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).
## Dependant Packages
- Elasticsearch Kibana
- 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