Access to a subdomain with nginx ingress?
I was following these instructions - https://www.linode.com/docs/guides/how-to-deploy-nginx-ingress-on-linode-kubernetes-engine/
to install an nginx ingress, but it's not working.
this is working -> curl -H "HOST: blog.nb-185-3-92-203.london.nodebalancer.linode.com" nb-185-3-92-203.london.nodebalancer.linode.com
but if I go directly to blog.nb-185-3-92-203.london.nodebalancer.linode.com I got a DNS error. Can you help me?
I don't know where is the issue.
Thanks!
1 Reply
When visiting that domain in a browser this error message appears: ERR_NAME_NOT_RESOLVED. This suggests that the domain isn't resolving to an IP address and therefore the request never reaches your server.
This could be a result of a missing or mis-configured DNS record - you'll want to ensure you have an A record that helps point your domain to your IP address. You could follow the instructions in our guide below to get started: