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

Regex restriction on ADVERTISED_HOST_NAME prevents AWS ELB usage #2

Open
neverfox opened this issue Jun 15, 2016 · 2 comments
Open

Comments

@neverfox
Copy link

Because the script requires a simple IP address, you cannot use something like xxxxxxxxxxxxx.us-east-1.elb.amazonaws.com for the advertised host name.

@dreyk
Copy link
Contributor

dreyk commented Jun 15, 2016

Do you mean that your "status.podIP" from POD defenitiin resolved to DNS or you set it manually?

@neverfox
Copy link
Author

Manually, as an alternative to using podIP, when I want to interact with kafka from the outside on an AWS deployment. In those cases, I have to make the service a LoadBalancer (ELB) and clients like Kafkcat require the advertised host name to be internet-facing. So I was following the trick where I create the service, copy down the ingress, and paste it into the deployment yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants