How to open port on host machines for a new load balancer #416
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Update: Just for testing purposes, I removed all firewall rules and removed the firewall itself to make that at least the firewall doesn't block the ports. But still, no luck. |
Beta Was this translation helpful? Give feedback.
-
@mysticaltech more screenshots if those could help |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
To recap for future readers:
|
Beta Was this translation helpful? Give feedback.
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…