<@UF8ACTKPV> To have the ingress controller and as...
# general
s
@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).