May be a dns issue:
use dig
or nslookup
to verify that your domain name resolves to the correct IP address.
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
few weeks ago I created new kubernetes cluster, installed ingress-nginx and some test application. Plan was to test some basic setup and then install letsencrypt for https.
I tried 2 setups for ingress, with host name and without. Both works fine if I do port-forward to service or ingress controller.
it also works if I don't use host in ingress definition and use IP address to send request. I also can add host header to http request and it works just fine.
But if I setup ingress with host it seems like ingress controller is not getting traffic at all, when I try from outside cluster. I also tried with https seems like same result, all requests are just timing out.
There is no firewall and I couldn't find any network config that would block by domain. I am not even sure if it's something inside kubernetes or is it loadbalancer that does this.
I never experienced this before with any other setup, but last time I did it, it was few years ago, so maybe something in new version?
May be a dns issue:
use dig
or nslookup
to verify that your domain name resolves to the correct IP address.
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola