UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 27a8a3fb authored by Branden Cobb's avatar Branden Cobb Committed by joshwolf
Browse files

Update charter/packages/opa-gatekeeper/Architecture.md

Deleted charter/packages/opa-gatekeeper/.gitkeep
parent 4e8688f3
No related branches found
No related tags found
1 merge request!410Doc standards gatekeeper
# OPA-Gatekeeper
## Overview
Gatekeeper is an auditing tool that allows administrators to see what resources are currently violating any given policy.
## Big Bang Touchpoints
```mermaid
graph LR
subgraph "OPA Gatekeeper"
collector("Collector") --> auditor{{Auditor}}
end
subgraph "Metrics"
auditor{{Auditor}} --> metrics("Metrics")
end
subgraph "Kubernetes API"
api("Kubernetes API") --> collector("Collector")
auditor{{Auditor}} --> api("Kubernetes API")
end
subgraph "kubectl"
ctl("kubectl") --> api("Kubernetes API")
end
```
### Storage
Data from gatekeeper is not stored is provided via [metrics](https://open-policy-agent.github.io/gatekeeper/website/docs/metrics/).
### Database
Gatekeeper doesn't have a database.
### Istio Configuration
This package has no specific istio configuration.
## High Availability
High availability is accomplished by increasing the replicas in the values file of this helm chart.
## Single Sign on (SSO)
None. This service doesn't have a web interface.
## Licencing
[Apache License](https://github.com/open-policy-agent/gatekeeper/blob/master/LICENSE)
## Dependencies
None.
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