Learning Center

Argo CD articles

Argo CD with SSO: Practical Guide + Enabling Signup with GitHub

Argo CD is a declarative continuous delivery tool for Kubernetes based on the GitOps pattern. It automates the deployment of applications by syncing them from a Git repository to a Kubernetes cluster. Argo CD tracks the state of applications in the cluster and ensures that they match the desired state specified in the Git repo, […]

Read Article >

Argo CD vs. Flux: 6 Key Differences and How to Choose

What Is Argo CD?  Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. It was originally developed by Intuit and is now a part of the Cloud Native Computing Foundation (CNCF), where it reached the status of a Graduated project in late 2022. The primary aim of Argo CD is to automate the […]

Read Article >

Learning Argo CD? 3 Examples to Get You Started

What Is Argo CD? Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. It automates the deployment of desired application states to Kubernetes, defined in Git repositories. By continuously monitoring Git repositories, Argo CD ensures that the live state of Kubernetes clusters matches the desired state declared in Git.  Argo CD enables consistent, […]

Read Article >

Argo CD with Terraform: 4 Key Benefits and Quick Tutorial

What Is Argo CD?  Argo CD is an open-source Continuous Deployment (CD) tool built to automate the deployment of applications in a Kubernetes environment. It’s a product of the Argo project, a community-driven initiative backed by the Cloud Native Computing Foundation (CNCF). Argo CD employs a GitOps approach to deployment, ensuring that your Kubernetes clusters […]

Read Article >

ArgoCD Sync Policies: A Practical Guide

ArgoCD Sync Policy is an important feature of ArgoCD, a GitOps tool which manages the synchronization of applications deployed in a Kubernetes environment with their corresponding configurations stored in a Git repository. 

Read Article >

Argo CD CLI: Commands and Best Practices

The Argo CD CLI (Command Line Interface) is one of the primary interfaces of Argo CD. It lets you perform a range of operations on your Argo CD server, such as creating and managing applications, checking the status of applications, syncing applications, managing repositories, and providing cluster credentials.

Read Article >