How do you manage many applications in Argo CD?
⚡
Quick Answer
Use the App-of-Apps pattern or an ApplicationSet to generate one Application per folder, cluster, or Git branch.
Detailed Answer
An ApplicationSet with a git directory generator creates an Application for every services/* folder automatically — add a folder, get an app. Cluster and list generators fan out across environments. App-of-Apps is a simpler variant where one root Application deploys child Applications.
💡
Interview Tip
Name the generator types: git, cluster, list, matrix.
argocdapplicationsetscale