Replies: 1 comment 3 replies
-
It does not seem to be related to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I'm struggling to get a basic set-up to work with nginx as ingress and I'd appreciate some help as I'm kinda stuck. The cluster is successfully deployed, kubectl access is possible, and I was able to install various deployments.
What is not working is accessing any of the deployments through ingresses. For HTTP requests I'm receiving
ERR_EMPTY_RESPONSE
, and for HTTPS requests I'm receivingERR_CONNECTION_CLOSED
. The nginx logs do not show anything except regarding missing TLS certificates. The acme-solver pods for Cert Manager do not show anything, although that's to be expected if access is not possible. DNS looks correct, Firewall rules are set up, and Load Balancer seems to point to the correct IPs, thus I don't see why connections are failing to be established.I've already destroyed and re-created the cluster, yet the problem remains, thus something inside the configuration/set-up is wrong. I've also included the
lb_hostname
configuration that is marked as required for using nginx as ingress.What looks odd is the status of the load balancer inside Hetzner:
My configuration looks as follows:
Thank you all
Beta Was this translation helpful? Give feedback.
All reactions