Creating an Argo CD Application via Argo CD dashboard

Prerequisites

Procedure

Follow these steps to utilize the features:

  1. Enter the Argo CD dashboard access URL in your browser to open the interface.

The Administrators can directly access the Argo CD Native UI through the global cluster plugin details: locate the GitOps cluster plugin and click the access address.

  1. Authenticate with your Argo CD credentials and login.

  2. Click the + NEW APP button as shown below:

+ New APP

Configure the application according to the foƄllowing steps:

Basic Info Configuration

Basic Info

  • Application Name: Input guestbook
  • Project: Select default
  • Sync Policy: Maintain Manual (recommended for initial configuration)

Source Repo Configuration Basic Info

  • Repository URL: Set to https://github.com/argoproj/argocd-example-apps.git
  • Revision: Use default HEAD
  • Path: Specify guestbook (directory containing Kubernetes manifests)

Destination Cluster Configuration Basic Info

  • Clusternew: Set to https://kubernetes.default.svc (in-cluster access) or choose a specific cluster name
  • Namespace: Set to default (or specify a target namespace)
  1. Create Application After completing configurations, click the Create button at the top-right corner to initialize the creation of the guestbook application.