Skip to content

Files

This branch is up to date with zimmertr/Kubernetes-Manifests:main.

argo

Argo


Summary

Argo is a collection of Argo Applications.


Instructions

To get started, deploy Argo CD

kubectl kustomize --enable-helm argo-cd | kubectl apply -f-

Once Argo CD is running, you can use ApplicationSets to manage Argo CD, Argo Rollouts, and Argo Workflows.

kubectl apply -f applicationset.yml