floating IPs #117
michaelsstuff
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Why not use this @michaelsstuff? https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/data-sources/floating_ip Also why not do it manually, it would not change often, would it? However, please know that the way we configure the LB with Traefik, we use proxy protocol... Meaning, it's as if the service itself was the LB. Meaning, there is actually no need to use a NodePort at all, just use the ingress controller, by opening a port of your choice via Traefik and its config (the LB never ever gets touched manually). If you let me know more about your use case, I can probably help more. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I do have the need to expose some services directly, without an LB. They are single pods and also are not HTTP. I figure that hetzner cloud floating IP should be perfect for this.
I found this controller -> https://github.com/costela/hcloud-ip-floater - But it seems this does only manage existing ones, and would not create and attach a new floating ip to a service.
Second I found ist this -> https://github.com/cbeneke/hcloud-fip-controller/ - But I could not get it running (very confusing docs...), but it also seems to only manage existing IPs.
Does anyone here have tried something like this? To fully automate the floating IP stuff.
I would love to see this integrated in this project
Thanks
best regards
Michael
Beta Was this translation helpful? Give feedback.
All reactions