01 Argo CD get start
Argo 简介¶
1、 Argo CD 是声明式(declarative)
的针对 k8s 的持续交付工具。
1 部署¶
1.1 快速部署¶
使用k8s 的yaml 文件直接进行部署,部署方式如下
$ kubectl create namespace argocd
$ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml