Skip to content

zhan849/argo

 
 

Repository files navigation

Argo - The Workflow Engine for Kubernetes

Argo Image

What is Argo?

Argo is an open source container-native workflow engine for developing and running applications on Kubernetes.

  • Define workflows where each step in the workflow is a container.
  • Run rich CI/CD workflows using Docker-in-Docker, complex testing with built in artifact management, secret management and lifecycle management of dev/test resources.
  • Run compute intensive jobs in a fraction of the time using parallelize workflows.
  • Build, test and deploy scalable stateful and stateless cloud-native apps and microservices.

Why Argo?

  • Argo is designed from the ground up for containers without the baggage and limitations of legacy VM and server-based environments.
  • Argo is cloud agnostic. Today we support AWS and GKE (alpha) with additional platforms coming soon.
  • Argo with Kubernetes puts a cloud-scale supercomputer at your fingertips.
  • With Argo, you don’t need to install or learn other tools such as Jenkins, Chef, Cloud Formation... 

Getting started

Step 1: Download and install Argo

https://argoproj.github.io/argo-site/get-started/installation

Step 2: Create and submit jobs

https://blog.argoproj.io/argo-workflow-demo-at-the-kubernetes-community-meeting-c428c3c93f9d

Main Features

  • Container-native workflows for Kubernetes.
    • Each step in the workflow is a container
    • Arbitrarily compose sub-workflows to create larger workflows
    • No need to install or learn other tools such as Jenkins, Chef, Cloud Formation
  • Configuration as code (YAML for everything)
  • Built-in support for artifacts, persistent volumes, and DNS/load-balancers/firewalls.
  • DinD (Docker-in-Docker) out of the box. Run docker builds and other containers from within containerized workflows.
  • "Cashboard" shows cost of running a workflow. Also, spending per user and application.
  • Managed fixtures.

Resources

About

Get stuff done with container-native workflows for Kubernetes.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.8%
  • JavaScript 15.8%
  • Go 14.2%
  • Shell 6.3%
  • TypeScript 6.2%
  • HTML 3.0%
  • Other 2.7%