Skip to content

treebeardtech/gitops-bridge-argocd-control-plane-template

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GitOps Control Plane

Control Plane repository defines the desired state of shared infrastructure components and enables self-service onboarding process for the application developer teams.

This git repository is part of the project GitOps Bridge

Repository contains the following directories:

  • bootstrap/workloads - This bootstrap uses App of Apps to deploy Application Sets, defines what resources need to be install in all clusters that are not a control plane cluster running ArgoCD.
  • bootstrap/control-plane - This bootstrap uses App of Apps to deploy Application Sets. Apply this bootstrap into a control plane cluster that is running an management tools like ArgoCD, defines what resource need to be install on this cluster, the cluster by convention needs to be name "in-cluster", this makes it compatible with ArgoCD SaaS like Akuity Platform. If using ArgoCD SaaS do not deploy this bootstrap.
  • charts - Defines the custom charts
  • environments - Defines the resources to be deploy per environment type (ie, dev, qa, staging, prod, etc), includes helm values to override the global ones in the chart directory mentioned above
  • clusters - Defines the resources specific to particular cluster, it overrides the environment
  • teams - Defines the onboarding of an application across namespaces (dev, test, prod) within the same cluster for developer team.
β”œβ”€β”€ bootstrap
β”‚Β Β  β”œβ”€β”€ control-plane
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ aws
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-cert-manager-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-cloudwatch-metrics-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-cluster-autoscaler-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-efs-csi-driver-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-external-dns-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-external-secrets-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-for-fluent-bit-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-fsx-csi-driver-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-karpenter-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-load-balancer-controller-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-node-termination-handler-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons-aws-privateca-issuer-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── addons-aws-velero.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── oss
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ addons-argo-rollouts-appset.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β      └── addons-kyverno-appset.yaml
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ clusters
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── clusters-appset.yaml
β”‚Β Β  β”‚Β Β  └── exclude
β”‚Β Β  β”‚Β Β      └── bootstrap.yaml
β”‚Β Β  └── workloads
β”‚Β Β      β”œβ”€β”€ exclude
β”‚Β Β      β”‚Β Β  └── bootstrap.yaml
β”‚Β Β      └── teams
β”‚Β Β          └── teams-appset.yaml
β”œβ”€β”€ charts
β”‚Β Β  β”œβ”€β”€ namespaces
β”‚Β Β  └── team
β”œβ”€β”€ clusters
β”‚Β Β  β”œβ”€β”€ cluster-1-dev
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons
β”‚Β Β  β”œβ”€β”€ cluster-1-prod
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons
β”‚Β Β  β”œβ”€β”€ cluster-1-qa
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons
β”‚Β Β  β”œβ”€β”€ cluster-1-staging
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons
β”‚Β Β  └── in-cluster
β”‚Β Β      β”œβ”€β”€ addons
β”œβ”€β”€ environments
β”‚Β Β  β”œβ”€β”€ control-plane
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons
β”‚Β Β  β”œβ”€β”€ dev
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons
β”‚Β Β  β”œβ”€β”€ prod
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons
β”‚Β Β  β”œβ”€β”€ qa
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addons
β”‚Β Β  └── staging
β”‚Β Β      β”œβ”€β”€ addons
β”œβ”€β”€ teams
β”‚Β Β  └── workloads
β”‚Β Β      └── gitops-bridge-dev
β”‚Β Β          └── values.yaml


208 directories, 235 files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.3%
  • Smarty 14.7%