github/gitlab์ argocd์ฉ repo๋ฅผ ํ๋ ๋ง๋ค์.
git clone argocd
cd argocd
ํด๋ก ์ ๋ฐ์์ ์ฌ์ฉํ ์ค๋น๋ฅผ ํ์.
kubectl create namespace argocd
curl -o argocd_install_v2.0.3.yaml https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.3/manifests/install.yaml
kubectl apply -n argocd -f argocd_install_v2.0.3.yaml
kubectl get all --all-namespaces
kubectl port-forward svc/argocd-server -n argocd 8080:443
kubectl -n argocd get secret argocd-initial-admin-secret \
-o jsonpath="{.data.password}" | base64 -d && echo
admin์ผ๋ก ์ ์ํ๋ฉด ๋๋ค.