- Create namespace for workflows,
kubectl create namespace argocd- Install argo workflows,
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml- Expose Argo Workflows UI Via Port-Fowarding.
- Do this after the container
argo-serveris in theRunningstate,
- Do this after the container
kubectl port-forward svc/argocd-server -n argocd 8080:80