Setting Up Argo CD with Kind: A Guide for Local GitOps Development
Jul 20, 2025 · 3 min read · Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Running it locally on a kind (Kubernetes in Docker) cluster is a great way to experiment and learn. In this post, we’ll walk through the steps to set up a kind cluster, install...
Join discussion