k8s port forward

Dipesh Majumdar
Sep 19, 2024

--

k8s port forward

k -n argocd port-forward svc/argo-cd-argocd-server 8080:80

so in your local browser you should type http://localhost:8080

username most likely will be admin

password will be in this secret: argocd-initial-admin-secret

--

--

Dipesh Majumdar
Dipesh Majumdar

No responses yet