sparse-intern-71089
01/19/2023, 6:08 AMechoing-dinner-19531
01/19/2023, 11:25 AMimport pulumi
import pulumi_kubernetes as k8s
guestbook = k8s.yaml.ConfigFile('guestbook', 'guestbook-all-in-one.yaml')
in it's own .py file and add a Pulumi.yaml
file like:
name: k8s
runtime: python
and then run pulumi up
in that directory.