ArgoCD Hands-on Practice Follow steps 1 to 4 from the docs to install and login to ArogoCD using the port forward. Create a new Repository by giving the below details Choose your connection method: via HTTPS Type - git Repository URL: https://github.com/damvinod/argocd-example.git Create the below projects and give the wildcard permissions(*) to SOURCE REPOSITORIES and for DESTINATIONS choose https://kubernetes.default.svc. demo-dev demo-stg Create Application Dev Env Click on New App and choose Edit As YAML and copy this contents to create guestbook application in demo-dev project STG ENV Click on New App and choose Edit As YAML and copy this contents to create guestbook application in demo-stg project Create ApplicationSet Click on New App and choose Edit As YAML and copy this contents to create visitorbook application in demo-dev, demo-stg project