Argo is a collection of Argo Applications.
To get started, deploy Argo CD
kustomize build --enable-helm argo-cd | kubectl apply -f- --server-side --force-conflictsOnce Argo CD is running, you can use ApplicationSets to manage Argo CD, Argo Rollouts, and Argo Workflows.
kubectl apply -f applicationset.yml