You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Kubernetes itself to create the LoadBalancer type Services as AWS ELBs. It would be great to be able to extract the corresponding ELB dns name (status.loadbalancer.ingress.hostname) from a data source in Terraform so we can e.g. create a Route 53 CNAME or ALIAS A RR pointing to it.
Thanks,
Anthony
The text was updated successfully, but these errors were encountered:
I think there are a few caveats as service doesn't have to be always Type=LoadBalancer and the LB might not expose a hostname, so you'll only get an IP, but otherwise this sounds like a good idea.
Hi,
We are using Kubernetes itself to create the LoadBalancer type Services as AWS ELBs. It would be great to be able to extract the corresponding ELB dns name (
status.loadbalancer.ingress.hostname
) from a data source in Terraform so we can e.g. create a Route 53 CNAME or ALIAS A RR pointing to it.Thanks,
Anthony
The text was updated successfully, but these errors were encountered: