Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 264 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 264 Bytes

A simple orchestrator Using Pulumi to deploy the infra components and Prefect to orchestrate various components in a workflow.

Get Pulumi to write out the kubeconfig -

$ pulumi stack output kubeconfig > kubeconfig
$ export KUBECONFIG=`pwd`/kubeconfig