Feedback

Chat Icon

GitOps the Hard Way, with Argo CD

Build Real GitOps Pipelines From Empty Clusters to Automated Deploys

ApplicationSets: Generate Applications from Templates
88%

The problem ApplicationSets solve

Let's say you have one app and two clusters: test and prod, both are already registered:

# Command
argocd cluster list

# Output:
SERVER                          NAME            VERSION  STATUS       MESSAGE
https://test-api.example:6443   test-cluster    1.32     Successful
https://prod-api.example:6443   prod-cluster    1

GitOps the Hard Way, with Argo CD

Build Real GitOps Pipelines From Empty Clusters to Automated Deploys

Enroll now to unlock all content and receive all future updates for free.