返回排行榜
argoproj/argocd-example-apps
JsonnetExample Apps to Demonstrate Argo CD
argocd
关键指标
Star 增长趋势
Star
2.1k
Forks
10.1k
周增长
—
Issues
12
1k2k
2018年6月2019年10月2021年2月2022年6月2023年11月2025年3月2026年7月
README
Argo CD Example Apps
This repository contains example applications for demoing Argo CD functionality. Feel free to register this repository to your ArgoCD instance, or fork this repo and push your own commits to explore Argo CD and GitOps!
| Status | Application | Description |
|---|---|---|
| apps | An app composed of other apps synchronized in cd.apps.argoproj.io | |
| applicationset | One example per ApplicationSet generator type (List, Cluster, Git, Matrix, Merge, Pull Request), including an intentionally-broken Git generator, progressive sync example, and ApplicationSet in any namespace examples | |
| blue-green | Demonstrates how to implement blue-green deployment using Argo Rollouts | |
| guestbook | A hello word guestbook app as plain YAML | |
| helm-dependency | Demonstrates how to customize an OTS (off-the-shelf) helm chart from an upstream repo | |
| helm-guestbook | The guestbook app as a Helm chart | |
| helm-hooks | An application with native Helm hooks | |
| jsonnet-guestbook | The guestbook app as a raw jsonnet | |
| jsonnet-guestbook-tla | The guestbook app as a raw jsonnet with support for top level arguments | |
| kustomize-guestbook | The guestbook app as a Kustomize app | |
| plugins/kasane | Apps which demonstrate config management plugins usage with kasane | |
| plugins/kustomized-helm | Apps which demonstrate config management plugins usage with a kustomized helm chart | |
| pre-post-sync | Demonstrates Argo CD PreSync and PostSync hooks | |
| sock-shop | A microservices demo app (https://microservices-demo.github.io) | |
| sync-waves | Demonstrates Argo CD sync waves with hooks |
相关仓库