Passing Artifacts in Argo Workflows

George Novack
7 min readSep 30, 2021

Last time, I took a look at Argo, and walked through the basics of how to create and run a simple containerized workflow. In this article, I’ll dive a little deeper into the different ways that we can pass data between multiple steps in an Argo Workflow.

Setup

If you would like to follow along with the examples below, you’ll need access to a Kubernetes cluster with Argo…

--

--