Instructions for configuring ArgoCD cluster to deploy applications with manifest
Instructions for configuring ArgoCD cluster to deploy applications with manifest
Updated on 05 Dec 2023

Step 1: Add Cluster to ArgoCD

Step 2: Prepare the Repository containing the manifest to deploy the application

For example: Use a manifest to deploy an application with deployment and service files as follows:

Step 3: Configure Repository

  • Navigate to Settings > Repository:

  • Create a new Repository

Check the status of the added Repository in ArgoCD:

Step 4: Create an Applications to deploy the application

  • Navigate to Applications > NEW APP

  • Fill out the information to create the Applications

  • Click Create to create the Applications

Result after creating the Applications