Example Apps to Demonstrate Argo CD
Go to file
Jesse Suen 5eb3352b40
Tweak timings of the pre-post-sync example
2018-07-18 02:15:05 -07:00
blue-green-deploy Update bg-guestbook app to v0.2 2018-07-06 12:54:20 -07:00
guestbook Add more environments to guestbook. Add README content 2018-07-17 23:12:34 -07:00
pre-post-sync Tweak timings of the pre-post-sync example 2018-07-18 02:15:05 -07:00
sock-shop Update to newer sock shop manifests 2018-06-29 02:04:05 -07:00
README.md Add more environments to guestbook. Add README content 2018-07-17 23:12:34 -07:00

README.md

ArgoCD Example Apps

This repository contains example ksonnet 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 The ksonnet hello word application
pre-post-sync Demonstrates ArgoCD PreSync and PostSync hooks
blue-green-deploy Demonstrates an ArgoCD Sync hook which performs a blue/green deployment
sock-shop A microservices demo application (https://microservices-demo.github.io)