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