Continuous Delivery with ArgoCD
Relasing production applications in kubernetes is a breeze with ArgoCD.
A git repository is the source of truth used to deploy the applications,
which can hold kubernetes manifests or helm charts, ensuring the desired state is kept.
The workflow supports automatic Sync so that a new version in the repo,
triggers a seamless update across all clusters.
Let's start with deploying ArgoCD on the kubernetes way