■ ArgoCD Install 1. argo namespace 생성 $ kubectl create namespace argo --- namespace/argo created 2. Helm repo add 및 Update 진행 $ helm repo add argo https://argoproj.github.io/argo-helm --- "argo" has been added to your repositories $ helm repo list --- NAMEURL argohttps://argoproj.github.io/argo-helm $ helm repo update 3. ArgoCd가 제공하는 템플릿 소스 Install $ helm fetch argo/argo-cd --- argo-cd-3.29.4.tg..