Git Ops using Argo CD
- GitOps vs Traditional CI/CD

- Refer Here for GitOps
Argo CD
- Refer Here for Argo CD
Setup of Argo CD
- Refer Here for steps
- Argo CD Components

Scenarios
-
Case 1: I have a git repo with deployment manifests
- When i change manifest, argo cd should deploy the changes into k8s
-
Case 2: I have a helm chart
- When i update chart, argo cd should deploy the changes into k8s
- Case 3: I have an image in docker hub
- When i push a new image tag, argo cd should deploy the changes into k8s
- Refer Here for the repo and argocd application
