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

Potentially Lead To Misleading Info in Create Listener section #493

Open
xsalefter opened this issue Jun 16, 2023 · 0 comments
Open

Potentially Lead To Misleading Info in Create Listener section #493

xsalefter opened this issue Jun 16, 2023 · 0 comments

Comments

@xsalefter
Copy link
Contributor

Currently, in Create Listener:

.... Next you will need to click on Add Listener to create a second Listener. This listener will use port 8443

I'm not sure the purpose of this. But, if this is supposed to handle an API request (Kill Bill backend) from internet, like various Kill Bill clients, etc. I think this is won't work.

Since Kill Bill and KAUI use the same Load Balancer (and thus sharing the same Load Balancer's DNS name, like kbhp-loadbalancer-XXX.us-east-1.elb.amazonaws.com), we can't register killbill backend to domain registrar CNAME because CNAME only support <host>. We can't set <host:port>.

Furthermore, If we remove port 8443 listener above, this section in Create Target Group should be updated as well:

Next, you need to perform the same steps for the second listener. This listener will handle messages directed to the Kill Bill server ....


Solution: If the purpose of creating listener in port 8443 is to make killbill API available to internet, I think the correct action would be Creating 2nd Load Balancer, just for Kill Bill API.

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

1 participant