DevNation Deep Dive: Argo CD

1 · Red Hat · June 3, 2021, 3:24 p.m.
Argo CD is a declarative continuous delivery tool for Kubernetes. It follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. Argo CD automates the deployment of desired application states in specified target environments. Application deployments can track updates to branches, tags, or pin to a specific version of manifests at a Git commit. Take a deep dive into Argo CD and GitOps Learn the basics of Argo CD and GitOps in this DevNat...