Argo CD Application Sets can manage multiple Kubernetes clusters and deploy large numbers of applications from multiple repositories using templates and parameterization.
- Argo CD and GitOps workflow are used to manage Kubernetes clusters with Git repositories as the source of truth.
- Managing deployments of large numbers of applications/clusters with Argo CD requires complex custom scripting.
- Argo CD ApplicationSet controller works alongside Argo CD to automatically generate Application deployments using templates and parameterization.
- Application Sets can manage multiple Kubernetes clusters and deploy large numbers of applications from multiple repositories using templates and parameterization.
- Application Sets are based on Argo CD applications and can be customized using data from external data sources.
Application Sets allow you to deploy from many different Git repositories to many different clusters. It starts with the Application Set custom resource, which has fields that correspond to the two major concepts of Application Sets. You specify a template and a generator, and the Application Set creates applications based on the template and generator combination you specified. This lets you manage all those deployment combinations using Argo CD applications within an Argo CD Application Set as a single unit. As you scale up to add new clusters, git repositories, or applications, those will automatically be detected by Application Sets and deployed to your cluster using the template. Application Sets are a factory for Argo CD applications, and they can be customized using data from external data sources.