Deploying an application that uses Kustomize to generate multiple applications in an Akuity-hosted ArgoCD instance.
To create an App of Apps on an Akuity-hosted ArgoCD instance, you can deploy the multiple applications to the in-cluster cluster inside any namespace.
Key Considerations:
- Kustomize Support: Using Kustomize on top of the App of Apps pattern should not be an issue and works fine for the deployment of multiple applications.
- Helm Support: If you want better templating control, Helm provides a more structured way to define applications.
- Resource Deployment Limitations: The in-cluster cluster only allows the deployment of ArgoCD resources, which include:
Application
considering App of Apps patternApplicationSet
AppProject
For additional details, refer to:
🔗 Akuity Platform Docs