Argo Workflows

Kubernetes 工作流引擎。「Workflow Engine for Kubernetes」

Github星跟踪图

Security Status
OpenSSF Best Practices
OpenSSF Scorecard
FOSSA License Status
Slack
Twitter Follow
LinkedIn
Release Version
Artifact HUB

What is Argo Workflows?

Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo
Workflows is implemented as a Kubernetes CRD (Custom Resource Definition).

  • Define workflows where each step in the workflow is a container.
  • Model multi-step workflows as a sequence of tasks or capture the dependencies between tasks using a directed acyclic
    graph (DAG).
  • Easily run compute intensive jobs for machine learning or data processing in a fraction of the time using Argo
    Workflows on Kubernetes.

Argo is a Cloud Native Computing Foundation (CNCF) graduated project.

Use Cases

Why Argo Workflows?

  • Argo Workflows is the most popular workflow execution engine for Kubernetes.
  • Light-weight, scalable, and easier to use.
  • Designed from the ground up for containers without the overhead and limitations of legacy VM and server-based
    environments.
  • Cloud agnostic and can run on any Kubernetes cluster.

Read what people said in our latest survey

Try Argo Workflows

You can try Argo Workflows via one of the following:

  1. Interactive Training Material
  2. Access the demo environment

Screenshot

Who uses Argo Workflows?

About 200+ organizations are officially using Argo Workflows

Ecosystem

Just some of the projects that use or rely on Argo Workflows (complete list here):

Client Libraries

Check out our Java, Golang and Python clients.

Quickstart

Documentation

View the docs

Features

An incomplete list of features Argo Workflows provide:

  • UI to visualize and manage Workflows
  • Artifact support (S3, Artifactory, Alibaba Cloud OSS, Azure Blob Storage, HTTP, Git, GCS, raw)
  • Workflow templating to store commonly used Workflows in the cluster
  • Archiving Workflows after executing for later access
  • Scheduled workflows using cron
  • Server interface with REST API (HTTP and GRPC)
  • DAG or Steps based declaration of workflows
  • Step level input & outputs (artifacts/parameters)
  • Loops
  • Parameterization
  • Conditionals
  • Timeouts (step & workflow level)
  • Retry (step & workflow level)
  • Resubmit (memoized)
  • Suspend & Resume
  • Cancellation
  • K8s resource orchestration
  • Exit Hooks (notifications, cleanup)
  • Garbage collection of completed workflow
  • Scheduling (affinity/tolerations/node selectors)
  • Volumes (ephemeral/existing)
  • Parallelism limits
  • Daemoned steps
  • DinD (docker-in-docker)
  • Script steps
  • Event emission
  • Prometheus metrics
  • Multiple executors
  • Multiple pod and workflow garbage collection strategies
  • Automatically calculated resource usage per step
  • Java/Golang/Python SDKs
  • Pod Disruption Budget support
  • Single-sign on (OAuth2/OIDC)
  • Webhook triggering
  • CLI
  • Out-of-the box and custom Prometheus metrics
  • Windows container support
  • Embedded widgets
  • Multiplex log viewer

Community Meetings

We host monthly community meetings where we and the community showcase demos and discuss the current and future state of
the project. Feel free to join us! For Community Meeting information, minutes and recordings
please see here.

Participation in the Argo Workflows project is governed by
the CNCF Code of Conduct

Community Blogs and Presentations

Project Resources

Security

See SECURITY.md.

主要指标

概览
名称与所有者argoproj/argo-workflows
主编程语言Go
编程语言Makefile (语言数: 11)
平台
许可证Apache License 2.0
所有者活动
创建于2017-08-21 18:50:44
推送于2025-07-03 00:39:26
最后一次提交
发布数351
最新版本名称v3.7.0-rc3 (发布于 )
第一版名称1.0.0 (发布于 2017-08-23 10:08:39)
用户参与
星数15.8k
关注者数204
派生数3.3k
提交数5.8k
已启用问题?
问题数6279
打开的问题数1073
拉请求数5611
打开的拉请求数174
关闭的拉请求数1208
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?