Skip to content

How to open port on host machines for a new load balancer #416

Answered by mysticaltech
Biacode asked this question in Q&A
Discussion options

You must be logged in to vote

To recap for future readers:

  • Never touch the Hetzner UI, instead get to know the hcloud command, just to read info in your case like hcloud load-balancer list and hcloud load-balancer describe . As to not risk messing around with either the Kubernetes or the Terraform state.

  • If you want UDP, you have to use Traefik, not Nginx, the good thing is that it is the default, and proxy protocol (also turned on by default) ensures that you do not have to configure the LB at all (Just DO NOT TOUCH IT), instead, you want to configure TRAEFIK as it is the ingress controller, and to put it in simple terms, IT IS THE BIG BOSS OF THE LB grin, it will configure it the way it needs! So get to know the…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Biacode
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by mysticaltech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants