Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.03 KB

about-redhat-openshift-gitops.adoc

File metadata and controls

28 lines (19 loc) · 2.03 KB

About {gitops-title}

{gitops-title} ensures consistency in applications when you deploy them to different clusters in different environments, such as: development, staging, and production. {gitops-title} organizes the deployment process around the configuration repositories and makes them the central element. It always has at least two repositories:

  1. Application repository with the source code

  2. Environment configuration repository that defines the desired state of the application

These repositories contain a declarative description of the infrastructure you need in your specified environment. They also contain an automated process to make your environment match the described state.

{gitops-title} uses Argo CD to maintain cluster resources. Argo CD is an open-source declarative tool for the continuous integration and continuous deployment (CI/CD) of applications. {gitops-title} implements Argo CD as a controller so that it continuously monitors application definitions and configurations defined in a Git repository. Then, Argo CD compares the specified state of these configurations with their live state on the cluster.

Argo CD reports any configurations that deviate from their specified state. These reports allow administrators to automatically or manually resync configurations to the defined state. Therefore, Argo CD enables you to deliver global custom resources, like the resources that are used to configure {product-title} clusters.

Key features

{gitops-title} helps you automate the following tasks:

  • Ensure that the clusters have similar states for configuration, monitoring, and storage

  • Apply or revert configuration changes to multiple {product-title} clusters

  • Associate templated configuration with different environments

  • Promote applications across clusters, from staging to production