Overview
Argo CD is a declarative continuous delivery tool for Kubernetes. It can be used as a standalone tool or as a part of your CI/CD workflow to deliver needed resources to your clusters.
In order to manage infrastructure and application configurations aligned with GitOps, your Git repository must be the single source of truth. The desired state of your system should be versioned, expressed declaratively, and pulled automatically. This is where Argo CD comes in.
Watch our video where Red Hat CTO Chris Wright discusses how to adopt GitOps and Argo CD for development operations with Ed Lee of Intuit.
How Argo CD keeps applications on track
Should an application meet criteria for any user-defined hooks for lifecycle events (PreSync, Sync, PostSync), Argo CD can optionally issue corrective actions, depending on how it is configured. This is just one of the many different use cases that Argo CD can be applied to. Other options include:
- Sync with Secret Manager
- Keep OpenShift secrets in sync with a secret manager like Vault.
- Detect configuration drift
- Have OpenShift GitOps detect and display a warning when cluster configurations are not in sync with the designated Git repository.
- Multiple clusters in one registry
- Define multiple OpenShift cluster configurations in a single Git repository and apply to clusters selectively, so that all cluster configurations are coming from a single source of truth.
- Cluster configuration hierarchy (inheritance)
- Define a hierarchy of cluster configurations (stage, production, app portfolio, etc. with inheritance) in a Git repository, so that configurations can be applied to a single or multiple Kubernetes clusters.
- Templating and overriding configurations
- Override a subset of inherited configurations and their values, so that the configuration can be adjusted for the specific clusters they are being applied to.
- Override a subset of inherited configurations and their values, so that the configuration can be adjusted for the specific clusters they are being applied to.
Try it out with an interactive lab
Want to experiment with Argo CD yourself? Try our no-cost interactive lab, where you can experience deploying a sample application using these tools.