Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History

argocd-challange

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

EZ! ArgoCD challange

ez logo

ArgoCD installtion

See: ArgoCD installation

ArgoCD test application setup

Open a browser to the Argo CD external UI

ArgoCD login

Login by visiting the IP/hostname in a browser

ArgoCD after login

After logging in, click the + New App button as shown below:

ArgoCD after login

The following form will popup:

ArgoCD new app form

In the form, in the GENERAL section, you should provide the following values for the fields:

  • Application Name: guestbook
  • Project: default (selected from the dropdown list)
  • SYNC POLICY: Manual (leave the default value)

In the SOURCE section, provide the following values:

  • Repository URL: https://github.com/yorammi/ez-argocd-example-apps.git
  • Revision: HEAD
  • Path: guestbook

IN the DESTINATION section, provide those values:

  • Cluster: https://kubernetes.default.svc (or cluster name)
  • Namespace: default

After filling out the information above, click Create at the top of the UI to create the guestbook application:

ArgoCD create app

Now you'll see the application list, including the following guestbook app.

ArgoCD APPs list

First you should click the SYNC button, in order to start syncing, and the click the name of the app, or anywhere inside the app details, in order to see the APPLICATION DETAILS TREE

ArgoCD APPLICATION DETAILS TREE