pulumi / pulumi-kubernetesx

Kubernetes for Everyone
Apache License 2.0
135 stars 16 forks source link

Expose Service IP Address in a property #36

Closed joeduffy closed 4 years ago

joeduffy commented 4 years ago

I always forget how to dig through the innards of a Service to find its resulting IP Address. Especially as it differs between clouds. It would be super cool if we had an ipAddress: Output<string> property on kx.Service, which internally encapsulated these details.