For detailed instructions, see. /doc/POC.md.
A repository fork has been made from https://github.com/den-vasyliev/go-demo-app/ into a new https://github.com/YuriiKosiy/go-demo-app to demonstrate how ArgoCD works.
- Click the New APP button
- Application Name: demo
- Project Name: default
- SYNC POLICY: Automatic
- Repository URL: https://github.com/YuriiKosiy/go-demo-app
- Path: helm
- Cluster URL: https://kubernetes.default.svc
- Namespace: demo
- Check the box AUTO-CREATE NAMESPACE and click on Create after that we need to synchronize To do this, go to our newly created app and the SYNC button and then the Synchronize button.
A few minutes later, our ArgoCD sees the changes in the repository and synchronizes them. You can see it in the screenshot below.
Characteristics of the each tool on the Concept.md
PoC for deploying a GitOps system on Kubernetes using ArgoCD. For detailed instructions, see - POC.md