Skip to content

paolocarta/gitops-argocd-repo-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitops-repo

This is a GitOps monorepo for ArgoCD running in a single management cluster.

Structure

The idea is to have one folder (apps) where we specify custom applications developed by our dev teams. Another folder (infrastructure) is where DevOps engineers will work, deploying infrastructure and middleware to our clusters. Finally, we need a folder (argocd) to instruct the single ArgoCD about what to deploy and where.

To recap, we have three main folders:

  • apps: Contains custom applications developed by the dev teams.
  • argocd: Includes ArgoCD Application Custom Resources (CRs) to manage deployments.
  • infrastructure: Houses all middleware and infrastructure deployed by the DevOps team.

How to Structure your Gitops Repository with a Single ArgoCD Management Instance

My website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages