GitOps with ArgoCD
GitOps with ArgoCD ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes. It leverages Git repositories as a source of truth for Kubernetes resources and applications. As a developer, I’ve found ArgoCD to be a powerful tool for managing deployments, but like any tool, it comes with its own set of trade-offs.
Installing ArgoCD using Helm Before we dive into the trade-offs and examples, let’s start with how to install ArgoCD using Helm.
Posted by Zak's Notes on Saturday, February 12, 2022