LogoLogo
Slack ChannelGitHub Repo
  • K3ai (keɪ3ai)
  • What we are trying to solve (a.k.a Our Goals)
  • Quick Start
  • Command Reference
  • Config File Reference
  • Remove k3ai (Work In Progress)
  • Contributing
  • EXAMPLEs
    • Hello-Start
    • Hello-Home
    • Hello-Earth
    • Hello-Universe
    • Hello-All
  • Plugins
    • How to Build Your First Plugin
    • NVIDIA gpu
    • Kubeflow Pipelines
    • Tensorflow Operator
    • PyTorch Operator
    • MPI operator (WIP)
    • Argo Workflows
    • Jupyter Notebook
    • H2O
  • other guides
    • Civo Cloud
  • community
    • Inclusivity
    • Code of Conduct
    • Roadmap
    • Contributors
    • Seen in the wild
Powered by GitBook
On this page
  • Quick Start Guide
  • What is Argo Workflows?

Was this helpful?

Export as PDF
  1. Plugins

Argo Workflows

PreviousMPI operator (WIP)NextJupyter Notebook

Last updated 4 years ago

Was this helpful?

Quick Start Guide

You only have to decide if you want CPU support:

k3ai apply argo-workflow

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.

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

Learn more on the Kubeflow website: ****

https://argoproj.github.io/projects/argo