- Run
./install_argocd.sh
- Run
argocd admin initial-password -n argocd
to get the initial password - Login with admin and the above password
kubectl get services
- Syntax: (kubectl port-forward service/ :)
- Run cmd:
kubectl port-forward service/guestbook-ui 8082:80
- NOTE: You can replace 8082 by your own port depends on your enviroment
- Visit http://localhost:8082
- Or via cmd:
curl localhost:8082
- Once the app is deployed successfully and service up and running with port-forwarding, we should see something like