How to manage multiple clusters using ArgoCD
Reading Time: 2 minutes ArgoCD is a declarative, GitOps based Continous Delivery (CD) tool for Kubernetes. It focuses on the management of application deployments, with an outstanding feature set covering several synchronization options, user-access controls, status checks, and many more. It has been developing by intuit in 2018. Prerequisite Installed kubectl command-line tool Have kubeconfig file Git repo Installed ArgoCD here Setup the clusters on GKE or EKS (where Continue Reading