Open
Description
Given a k8s cluster
When I pull down the repo and run pulumi up
Then I get a running example that can be demoed
The kubernetes resources from the intro training session yesterday would be an awesome demo. See: https://github.com/spinnaker-hackathon/training/tree/master/Intro%20Lab%201:%20Kubernetes%20Pipeline/gitops/manifests.
We could port these into kubernetes objects using https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/kubernetes/.
Also note that this would need a kubernetes cluster so you could use https://github.com/pulumi/pulumi-eks for this purpose.