Skip to content

Get stuff done with container-native workflows for Kubernetes.

License

Notifications You must be signed in to change notification settings

deeperh/argo

This branch is 5159 commits behind argoproj/argo-workflows:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 21, 2018
Jan 10, 2018
Aug 30, 2018
Feb 9, 2018
Sep 20, 2018
May 8, 2018
Aug 31, 2018
Dec 13, 2017
Sep 24, 2018
Aug 14, 2018
Sep 21, 2018
Aug 30, 2018
Sep 1, 2018
Feb 14, 2018
Aug 1, 2018
Sep 21, 2018
Dec 13, 2017
Feb 2, 2018
Aug 17, 2018
Dec 11, 2017
Aug 30, 2018
Oct 17, 2017
Aug 21, 2018
Aug 29, 2018
Aug 21, 2018
Aug 21, 2018
May 25, 2018
Apr 27, 2018
Sep 4, 2018
Aug 25, 2018
Apr 6, 2018
Aug 14, 2018
May 3, 2018
Sep 14, 2018
May 15, 2018
Aug 4, 2018
Dec 11, 2017
Oct 17, 2017
Sep 20, 2018
Jan 17, 2018
Nov 16, 2017
Dec 19, 2017

Repository files navigation

Argo - The Workflow Engine for Kubernetes

Argo Image

News

We are excited to welcome Adobe and BlackRock as the latest corporate members of the Argo Community! We are also thrilled that BlackRock has developed an eventing framework for Argo and has decided to contribute it to the Argo Community. Please check out the new repo and try Argo Events!

If you actively use Argo in your organization and believe that your organization may be interested in actively participating in the Argo Community, please ask a representative to contact [email protected] for additional information.

What is Argo?

Argo is an open source container-native workflow engine for getting work done on Kubernetes. Argo 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 graph (DAG).
  • Easily run compute intensive jobs for machine learning or data processing in a fraction of the time using Argo workflows on Kubernetes.
  • Run CI/CD pipelines natively on Kubernetes without configuring complex software development products.

Why Argo?

  • Argo is designed from the ground up for containers without the overhead and limitations of legacy VM and server-based environments.
  • Argo is cloud agnostic and can run on any kubernetes cluster.
  • Argo with Kubernetes puts a cloud-scale supercomputer at your fingertips.

Documentation

Features

  • DAG or Steps based declaration of workflows
  • Artifact support (S3, Artifactory, HTTP, Git, raw)
  • 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

Who uses Argo?

As the Argo Community grows, we'd like to keep track of our users. Please send a PR with your organization name.

Currently officially using Argo:

  1. Adobe
  2. BlackRock
  3. CoreFiling
  4. Cyrus Biotechnology
  5. Datadog
  6. Gladly
  7. Google
  8. Interline Technologies
  9. Intuit
  10. Localytics
  11. NVIDIA
  12. KintoHub

Community Blogs and Presentations

Project Resources

About

Get stuff done with container-native workflows for Kubernetes.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.2%
  • Other 1.8%