app-of-apps example

All files in infra repo

Instructions for this example are HERE

In order to start app in Argo-CD you need to login:

Root app in this example has quite some scripting in its helm chart template in order to render it locally execute the following

If you are targeting a experimental setup, small team, PoC then you all in one repo approach.

If you are targeting production ready setup then ues separate approach (ArgoCD related stuff in one repo, but app related k8s manifests in a dedicated application repos).

👀 HERE is an example how to configure a hook from Github to ArgoCD to notify promptly about changes

In this particular example if you want to check what was deployed, e.g. guestbook, then (of course this is a long and non convenient way, but just to make things done this approach works):

Last updated

Was this helpful?