See: ArgoCD installation
Open a browser to the Argo CD external UI
Login by visiting the IP/hostname in a browser
After logging in, click the + New App button as shown below:
The following form will popup:
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:
Now you'll see the application list, including the following guestbook
app.
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