This message was deleted.
# kubernetes
s
This message was deleted.
b
This is usually because the value is nil, can you double check that field exists via kubectl?
l
I’m naively thinking this would give me the
<servicename>.<namespace>.svc.cluster.local
address. I’m probably wrong. Any idea which field would give me that kubedns name?
Or do I have to calculate this myself? E.g.
Copy code
pulumi.interpolate `${temporal_frontendService.metadata.name}.${temporal_frontendService.metadata.namespace}.svc.cluster.local:7233`