Is there a concept of data sources in pulumi? e.g....
# general
e
Is there a concept of data sources in pulumi? e.g., I have deployed k8s in GCP with the istio add-on and I would like to get access the
istio-ingressgateway
external IP address. In terraform I would use https://www.terraform.io/docs/providers/kubernetes/d/service.html but can't figure out how to do the same in pulumi