What's the best way to grab a service created by a...
# kubernetes
a
What's the best way to grab a service created by an operator as a pulumi resource? ie. I'm Installing the Istio operator via Pulumi, and then applying the CR so it sets up Istio. I then want to grab the
istio-ingressgateway
service as a resource so that I can extract the value of some annotations to use in some later resources
I don't really want to do this across multiple stacks, so really need to figure out how to wait for the service to exist