Skip to content

Deploying ArgoCD

This section describes the steps for accessing the ArgoCD UI, configuring authentication and managing your Kubernetes applications.

To configure ArgoCD, follow the steps:

  1. Download the necessary YAML file using the link provided: ArgoCD YAML File.
  2. Run the following command to install ArgoCD using kubectl in the argocd namespace:

    kubectl -n argocd apply -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.3/manifests/ha/install.yaml
    

Last update: January 31, 2025