Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Kubernetes Service data source #13

Closed
elblivion opened this issue Jun 28, 2017 · 1 comment · Fixed by #23
Closed

Feature Request: Kubernetes Service data source #13

elblivion opened this issue Jun 28, 2017 · 1 comment · Fixed by #23

Comments

@elblivion
Copy link

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

@radeksimko
Copy link
Member

Thanks for submitting this issue.

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.

@ghost ghost locked and limited conversation to collaborators Apr 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants