argocd - deptno/deptno.github.io GitHub Wiki

argocd

  • git 을 single source of truth 둜 μ‚¬μš©, μƒνƒœκ°€ git κ³Ό 일치될 수 μžˆλŠ” κΈ°λŠ₯ 및 UI λ₯Ό 제곡
  • gitops
  • helm 지원
  • argocd namespace μ—μ„œ application crd λ₯Ό μ΄μš©ν•΄μ„œ helm 을 λ§€λ‹ˆμ§•
    • 각 헬름 μžμ²΄λŠ” ν•΄λ‹Ή λ„€μž„μŠ€νŽ˜μ΄μŠ€μ— μ„€μΉ˜ 될 κ²ƒμœΌλ‘œ 생각됨
  • argocd cli 쑴재

install

argocd λŠ” 아직 helm chart λ₯Ό κ³΅μ‹μ μœΌλ‘œ μ§€μ›ν•˜μ§€ μ•ŠμŒ, λ•Œλ¬Έμ— manifest λ₯Ό ν†΅ν•œ μ„€μΉ˜

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

brew install argocd

error

link