I followed the simple Digital Ocean Load Balance guides up to Manage Regional where I thought by simply changing the Cloudflare DNS A’s from the Droplet’s IP Address to the Load Balancer’s IP Address will do, but the status is down according to the Network page.
The Private Network interface is enabled. Both Droplet & Balancer used the same regions. I am using the Default Advanced Settings too.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Switching the A record to the Load Balancer IP is correct, but if the status shows as down, it’s usually a health check issue.
You must double-check that your Droplet is responding on the port and path the LB is checking (default is
/
on port 80 or 443).Also, make sure any firewall (UFW or cloud firewall) allows traffic from the Load Balancer.
Let me know how it goes.
- Bobby