Argo Workflows

No Change
trial
First Added:May 17, 2026 Updated: July 29, 2026

Argo Workflows. Is a Kubernetes-native workflow engine: DAGs and steps run as pods, with retries, artifacts, parameters, and scheduling.

Summary

Garden stance: We trial Argo Workflows for our estate.

Key points:

TopicNotes
ModelWorkflow CRDs; steps as containers; templates for reuse
ArtifactsS3/GCS/Artifactory-style artifact repository recommended at scale
UIArgo UI for run history, logs, resubmit
EventsOften paired with Argo Events for event-driven triggers (separate project)
OpsController + workflow RBAC; watch etcd load and archived workflows

Ecosystem: Same Argo Proj family as ArgoCD but independent install; do not confuse deploy (CD) with orchestration (workflows).

Details

TopicNotes
ModelWorkflow CRDs; steps as containers; templates for reuse
ArtifactsS3/GCS/Artifactory-style artifact repository recommended at scale
UIArgo UI for run history, logs, resubmit
EventsOften paired with Argo Events for event-driven triggers (separate project)
OpsController + workflow RBAC; watch etcd load and archived workflows

Ecosystem: Same Argo Proj family as ArgoCD but independent install; do not confuse deploy (CD) with orchestration (workflows).