[Argo] Argo CD 설치 방법, install
* Argo CD를 설치하기 전에 미리 쿠버네티스가 설치되어 있어야 합니다.1. Argo Installkubectl create namespace argocdkubectl apply -n argocd -f namespace: argocd를 생성하여, argocd 관련한 리소스를 분리하여 관리합니다.위 경로에 있는 yaml 파일을 통해 argocd를 설치합니다. Getting Started - Argo CD - Declarative GitOps CD for KubernetesGetting Started Tip This guide assumes you have a grounding in the tools that Argo CD is based on. Please read understanding the ..