https://github.com/keisukeyamashita/argo-cd
https://github.com/keisukeyamashita/argo-cd
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keisukeyamashita/argo-cd
- Owner: KeisukeYamashita
- Created: 2018-12-10T17:30:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T18:15:58.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T12:24:46.505Z (about 1 year ago)
- Language: Shell
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!
| Application | Description |
|-------------|-------------|
| [guestbook](guestbook/) | A hello word guestbook application as plain YAML |
| [ksonnet-guestbook](ksonnet-guestbook/) | The guestbook application as a ksonnet app |
| [helm-guestbook](helm-guestbook/) | The guestbook application as a Helm chart |
| [jsonnet-guestbook](jsonnet-guestbook/) | The guestbook application as a raw jsonnet |
| [kustomize-guestbook](kustomize-guestbook/) | The guestbook application as a kustomize app |
| [pre-post-sync](pre-post-sync/) | Demonstrates Argo CD PreSync and PostSync hooks |
| [blue-green-deploy](blue-green-deploy/) | Demonstrates an Argo CD Sync hook which performs a blue/green deployment |
| [blue-green-deploy-workflow](blue-green-deploy-workflow/) | Demonstrates an ArgoCD Sync hook which performs a blue/green deployment as an Argo Workflow |
| [sock-shop](sock-shop/) | A microservices demo application (https://microservices-demo.github.io) |