Overview

ArgoCD is a GitOps-based tool designed to facilitate the deployment and management of applications through Git. It requires the following inputs:

  1. Cluster Details: Information about the target Kubernetes cluster.
  2. Git Repository: A repository containing Helm charts for the applications to be deployed.

ArgoCD continuously monitors the Helm charts in the Git repository and detects any changes. Upon identifying modifications, it synchronizes the application with the Kubernetes cluster to apply the updates automatically.

This document serves as a guide for deploying the AppViewX Managed Kubernetes application using ArgoCD.