Skip to content

Latest commit

 

History

History

argocd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Terraform and ArgoCD

The idea is to bootstrap a Kubernetes cluster with argocd and anything else to be installed on the cluster is done thru ArgoCD.

ArgoCD has two main patterns to generate ArgoCD Applications

  • Apps of Apps, this will allow an Application generate other Applications via helm or kustomize
  • Application Sets, this allow to generate ArgoCD Applications definitions dynamically using different Generators

Regardless of Apps of Apps, or Application Sets, ArgoCD should be bootstrat out at least one app with minimal information allowing all configuration to be stored in Git.

Ideally ArgoCD should be able to manage it self via GitOps

Using a shell script we install argocd, and bootstrap app(s)