Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 714 Bytes

File metadata and controls

22 lines (19 loc) · 714 Bytes

Quest EKS Modules

This repository contains modules that are used to provision Kubernetes clusters and components.

Terraform Kubernetes

├── argocd
│   └── argocd-application
│       └── templates
├── core-bootstrap
├── eks-core
├── helm
└── static

Inventory

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