The structure is similar to apps/, but without a cluster name:
essentials/<PROJECT>/<APP_NAME>/config.yaml
- For each
config.yamlinessentials/, an application will be created for every cluster registered in Argo CD automatically. - The naming convention is the same as in
apps/, with the cluster name prepended to the generated application name.
Essentials are perfect for:
- Monitoring and observability tools
- Security scanners
- Log aggregation systems
- Cluster-wide utilities
- Any application that should be deployed to all clusters