33 lines
950 B
Markdown
33 lines
950 B
Markdown
# K8s GitOps Configuration Repository
|
|
|
|
This repository contains Kubernetes GitOps configurations managed by Argo CD.
|
|
|
|
## Directory Structure
|
|
|
|
```
|
|
k8s-gitops/
|
|
├── bootstrap/ # Argo CD App of Apps
|
|
├── infrastructure/ # Infrastructure components
|
|
├── platform/ # Platform services
|
|
├── security/ # Security components
|
|
└── apps/ # Business applications
|
|
```
|
|
|
|
## Components
|
|
|
|
| Category | Component | Status |
|
|
|----------|-----------|--------|
|
|
| Infrastructure | Argo CD | Active |
|
|
| Platform | Keycloak | Pending |
|
|
| Platform | Rancher | Pending |
|
|
| Platform | Monitoring | Pending |
|
|
| Platform | Logging | Pending |
|
|
| Platform | Tracing | Pending |
|
|
| Platform | Harbor | Pending |
|
|
| Platform | Vault | Pending |
|
|
| Security | Falco | Pending |
|
|
| Security | Kyverno | Pending |
|
|
| Security | Trivy | Pending |
|
|
| Security | kube-bench | Pending |
|
|
| Platform | Velero | Pending |
|