Skip to content

pipekit/examples

Repository files navigation

Pipekit Logo

Pipekit Argo Workflows Examples

A collection of examples designed to help you get started with Pipekit. All these examples will work out-of-the-box with the Pipekit Getting Started guide.

You are encouraged to fork the repo and experiment with adjusting the workflows to suit your needs.

Getting Started

  1. Create a free trial account at pipekit.io.
  2. The README.md accompanying each example will tell you how to run it from your terminal using the Pipekit CLI.
  3. If you want to experiment with git run conditions, fork this repository and connect your fork to Pipekit.

Examples

Example Name Description
cronworkflow-example Runs a basic CronWorkflow.
dag-diamond Runs a basic DAG Workflow.
external-logs Workflows deploys a kubernetes job. You can see the logs from the job within Pipekit.
fan-out-fan-in Shows how S3 artifact processing can be parallelized with Argo Workflows using a fan-out approach.
get-versions A workflow that outputs the versions of software installed in a Pipekit free trial cluster. Available as both a Hera and a native Workflow
hera-coinflip Runs a basic coinflip example using the Hera Python framework.