This repository contains modules that are used to provision Kubernetes clusters and components.
├── argocd
│ └── argocd-application
│ └── templates
├── core-bootstrap
├── eks-core
├── helm
└── static
| Name | Description |
|---|---|
| core-bootstrap | Bootstraps the cluster with ArgoCD and IRSA config |
| argocd | Uses Helm and YAML manifests to provision ArgoCD and Apps |
| eks-core | Deploys EKS, Node Groups, and ArgoCD |
| helm | Helm helper module |
