https://pulumi.com logo
s

salmon-account-74572

05/13/2019, 6:24 PM
@helpful-advantage-49286 To have the ingress controller and associated objects created by Pulumi, you'd need to use the Kubernetes plugin/package (looks like it's available for JS/TS and Python). Then you'd write your code to create your objects, and
pulumi up
would instantiate the objects on the Kubernetes cluster(s).