6. Multiple Applications
When it comes to managing a larger amount of application or bootstrapping whole environments, it’s not very practical to manage the ArgoCD application manually using the CLI Tool argocd app create
.
In ArgoCD there are two approaches which allow us to manage a set of applications. In the following two sub chapters you’ll learn how the App of Apps and ApplicationSet pattern work.