Skip to content

MostlyDevOps/argocd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argo CD Autopilot Design

This configuration design is an output from the Argo CD Labs Autopilot project.

Advantages of this configuration include:

  • Argo CD managing itself
  • Argo CD managing namespaces, Application Sets (apps and environments)
  • After the initial `kubectl apply``, no further manual configuration is normally required

Installing Argo

Assumes a single Argo CD managing one or more clusters.

kubectl apply -f ./boostrap/argo-cd.yaml
kubectl apply -f ./boostrap/cluster-resources.yaml
kubectl apply -f ./boostrap/root.yaml

Releases

No releases published

Packages

No packages published