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

Understanding interaction between load balancer and 'web' endpoint on 9000 #5

Open
ghost opened this issue Apr 26, 2022 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Apr 26, 2022

Hi. I am in example 4 and following along on the video. I understand that the Traefik helm deployment creates a default static http endpoint at port 9000. I also understand that we annotate a standard ingress with the traefik endpoint. The load balancer (cloud provisioned but triggered by Traefik) is taking traffic at an external IP address. What I don't understand is the flow from traffic hitting the load balancer at port 80 (if we curl or use a web browser) to the endpoint defined at tcp port 9000. In our example we simply curl (which I believe uses port 80). It hits the load balancer, but what connects it to the 'web' endpoint in our static configuration, and how does port 9000 come into play?

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

0 participants