-
Install ArgoCD in k8s cluster kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
-
Configure ArgoCD with "Application" CRD
kubectl get secret argocd-initial-admin-secret -n argocd -o yaml
echo RkhuNkcyZVpvMkNsbzdLUg== | base64 --decode # AE3IvwghyC8yCBoS
(example in this folder)
kubectl apply -f application.yaml
kubectl port-forward svc/argocd-server -n argocd 8080:443
- Test our setup by updating Deployment.yaml