Installation¶
Non-production installation¶
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.
Production installation¶
Installation Methods¶
Official release manifests¶
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.
⚠️ If you are using GitOps, never use Kustomize remote base: this is dangerous. Instead, copy the manifests into your Git repo.
⚠️ latest
is tip, not stable. Never run it in production.
Argo Workflows Helm Chart¶
You can install Argo Workflows using the community maintained Helm charts.
Installation options¶
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).
Additional installation considerations¶
Review the following: