higher up in this channel <@U010QDLGTHT> gave this hint: ```const ingress = k8s.core.v1.Service.get(...
s
higher up in this channel @miniature-rose-15269 gave this hint:
Copy code
const ingress = k8s.core.v1.Service.get(
	'ingress',
	'istio-system/istio-ingressgateway',
	{ provider: k8sProvider }
)
const ip = ingress.status.loadBalancer.ingress[0].ip