argo

package module
v2.0.0-alpha3+incompat... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

README

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 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 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... 

Argo 2.0 Alpha

Argo 2.0 is a Kubernetes Custom Resource Definition (CRD) which can run workflows using kubectl commands. Argo 2.0 is coming in December 2017.

Argo 1.1

Download and install Argo following the instructions here

Create and submit jobs following the tutorials or demo here

Argo 1.1 Main Features
  • Container-native workflows for Kubernetes.
    • Each step in the workflow is a container
    • Arbitrarily compose sub-workflows to create larger workflows
  • 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.

Resources

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Version

type Version struct {
	Version      string
	BuildDate    string
	GitCommit    string
	GitTag       string
	GitTreeState string
	GoVersion    string
	Compiler     string
	Platform     string
}

Version contains Argo version information

func GetVersion

func GetVersion() Version

GetVersion returns the version information

func (Version) String

func (v Version) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL