vSphere with Kubernetes - Tanzu Kubernetes Cluster : 선언적(Declarative) GitOPS CD

Posted by Just Do It ! 행동하지 않으면 성공도 실패도 없다 on Tuesday, May 5, 2020

GitOps

ArgoCD

Installation

kubectl create ns argocd
kubectl -n argocd apply -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
  • Disable auth flag
kubectl patch deploy argocd-server -n argocd -p '[{"op": "add", "path": "/spec/template/spec/containers/0/command/-", "value": "--disable-auth"}]' --type json

CD for Tanzu Kubernetes Cluster