Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 1.4 KB

File metadata and controls

39 lines (36 loc) · 1.4 KB

Quest EKS Cluster State

This repo contains the cluster bootstrap state using the ArgoCD app-of-apps pattern.

To understand the details please see the README of the core-bootstrap module.

Argo App of Apps

├── README.md
├── apps
│   ├── argo-ingress
│   │   ├── Chart.yaml
│   │   ├── templates
│   │   │   └── argo-ingress.yaml
│   │   └── values.yaml
│   ├── cluster-issuer
│   │   ├── Chart.yaml
│   │   ├── templates
│   │   │   └── cluster-issuer.yml
│   │   └── values.yaml
│   └── quest-pre-reqs-00
│       ├── Chart.yaml
│       ├── templates
│       │   └── pre-reqs-00.yaml
│       └── values.yaml
└── environments
    ├── Chart.yaml
    ├── templates
    │   ├── argo-ingress.yaml
    │   ├── aws-load-balancer-controller.yaml
    │   ├── cert-manager.yaml
    │   ├── cluster-issuer.yaml
    │   ├── external-dns.yaml
    │   ├── external-secrets.yaml
    │   ├── metrics-server.yaml
    │   ├── nginx-ingress-controller.yaml
    │   └── quest-pre-reqs-00.yaml
    └── values.yaml