Help with Claudie on Hetzner and Ingress daemonset #1730
Replies: 2 comments
-
Ok, I found the problem. The privilege to bind to ports <1024 was missing. Now it works!
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Problem solved. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I just deployed my first little cluster with Claudie on Hetzner and trying to configure Ingress to get traffic routed from outside to my pods. Unfortunately I can't make it work and asking for help.
This is my input manifest - pretty standard:
I started a httpd pod that answers on port 80
and then installed ingress-nginx via a helm chart
The idea is to run the ingress as a daemonset on all nodes so that I can access any nodes external IP on port tcp/80 and access the service.
Finally I added the ingress
I also enabled tcp/80 incoming traffic for any IP in the firewall which is attached to the nodes.
With all this done, I expected that a curl to one of the worker nodes external IP addresses would give me a response, but I only get a
connection refused
error - so nothing is answering on port 80 on the nodes.Does anyone have an idea what's wrong/missing? Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions