How to give linode NodeBalancer a domain name?

I'm pretty new to this but I'm hosting a nginx website getting nodebalanced on 3 linodes and I can reach the website thru the IP from the NoadBalancer. I bought a domain name and I dond know how to get it to work with my website? Help please.

1 Reply

To make your domain work with your website hosted on behind a NodeBalancer, you need to create DNS records that point to the NodeBalancer's public IP address. Specifically, you should create an A record that uses the NodeBalancer's IPv4 address. Once the DNS records are set up and propagated, you should be able to access your website using your domain, assuming the backend nodes are deployed, configured, and show as "up".

https://www.linode.com/docs/products/networking/nodebalancers/get-started/#update-the-dns

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct