tuplejump / melody

Multilayer Infrastructure Orchestration with Pulumi and Prefect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Multilayer Infrastructure Orchestration with Pulumi and Prefect

License:Apache License 2.0


Languages

Language:TypeScript 66.4%Language:Python 33.6%