If you just want to try out Argo Workflows in a non-production environment (including on desktop via minikube/kind/k3d etc) follow the quick-start guide.
To install Argo Workflows, navigate to the releases page and find the release you wish to use (the latest full release is preferred). Scroll down to the Controller and Server
section and execute the kubectl
commands.
You can use Kustomize to patch your preferred configurations on top of the base manifest.
latest
is tip, not stable. Never run it in production.
You can install Argo Workflows using the community maintained Helm charts.
Determine your base installation option.
- A cluster install will watch and execute workflows in all namespaces. This is the default installation option when installing using the official release manifests.
- A namespace install only executes workflows in the namespace it is installed in (typically
argo
). Look fornamespace-install.yaml
in the release assets. - A managed namespace install: only executes workflows in a specific namespace (learn more).
Review the following: