Skip to content

Example Apps to Demonstrate Argo CD

Notifications You must be signed in to change notification settings

argoproj/argocd-example-apps

Repository files navigation

ArgoCD Example Apps

This repository contains example applications for demoing ArgoCD functionality. Feel free to register this repository to your ArgoCD instance, or fork this repo and push your own commits to explore ArgoCD and GitOps!

ApplicationDescription
guestbookA hello word guestbook app as plain YAML
helm-guestbookThe guestbook app as a Helm chart
jsonnet-guestbookThe guestbook app as a raw jsonnet
jsonnet-guestbook-tlaThe guestbook app as a raw jsonnet with support for top level arguments
kustomize-guestbookThe guestbook app as a Kustomize 2 app
pre-post-syncDemonstrates Argo CD PreSync and PostSync hooks
sync-wavesDemonstrates Argo CD sync waves with hooks
helm-dependencyDemonstrates how to customize an OTS (off-the-shelf) helm chart from an upstream repo
sock-shopA microservices demo app (https://microservices-demo.github.io)
pluginsApps which demonstrate config management plugins usage
blue-greenDemonstrates how to implement blue-green deployment using Argo Rollouts
appsAn app composed of other apps
close