ArgoCD Installation
Follow the steps below to install ArgoCD on the Kubernetes Cluster.Creating namespace
ArgoCD installation
Monitoring pod status

Configuring service type

Accessing interface

Getting password
Git Installation and Repository Configuration
Perform Git installation and configure the repository to push deployment files to GitHub.Git installation
Creating GitHub repository
Configuring remote address
Pushing deployment files
Adding Git Repository to ArgoCD
After adding YAML files to the GitHub repository, you need to add this repository address from the ArgoCD interface. There are many connection methods. For the HTTPS method, you need to fill in the following fields.

Creating ArgoCD Application
You can automate your deployment processes by creating an application on ArgoCD.Determining application name
Sync Policy configuration

Automatic namespace creation


Application Management
ArgoCD visually shows you deployments, replica sets, and pods. You can view real-time log data of pods.

