Skip to content

Commit

Permalink
added 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulikak committed Nov 16, 2017
1 parent 1d44341 commit 802940b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

## 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 pipelines using Docker-in-Docker, complex testing with built in artifact management, secret management and lifecycle management of dev/test resources.
* Run compute intensive jobs like data processing workflows or machine learning workflows in a fraction of the time using parallelize workflows.


## 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 Kubernetes on Minikube, AWS and GKE.
* Argo is cloud agnostic and can run on any kubernetes cluster. Today we support Kubernetes on Minikube, AWS and GKE.
* 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... 

Expand Down

0 comments on commit 802940b

Please sign in to comment.