What you can do with the GitOps agent
You can manage application lifecycles and use automated processes to manage application changes with Red Hat OpenShift GitOps.
GitOps with Argo CD for MicroShift is a lightweight, optional add-on controller derived from the GitOps Operator.
The GitOps agent for MicroShift uses the command-line interface (CLI) of Argo CD to interact with the GitOps controller. The controller acts as the declarative GitOps engine. By using the GitOps with Argo CD agent for MicroShift, you can use the following principles:
-
Implement application lifecycle management:
-
Create and manage your node and application configuration files using the core principles of developing and maintaining software in a Git repository.
-
You can update the single repository and GitOps automates the deployment of new applications or updates to existing ones.
-
For example, if you have 1,000 edge devices, each using MicroShift and a local GitOps agent, you can easily add or update an application on all 1,000 devices with just one change in your central Git repository.
-
-
The Git repository contains a declarative description of the infrastructure you need in your specified environment and contains an automated process to make your environment match the described state.
-
You can also use the Git repository as an audit trail of changes so that you can create processes based on Git flows such as review and approval for merging pull requests that implement configuration changes.