Hi, i need help, i just need to enable Load Balancer with my 3 Droplets, after the droplets created and add the droplets to Load Balancer it always appear Offline and never online. i have spend 2 days looking for this solutions and have done delete and recreate Load balancer and droplets for a few times.
For my 3 droplets i just have this configuration
For Load Balancer Configuration
i try to install easyengine with wordpress (without SSL) to the droplets and try to browse to IP droplets directly it works. but when i amend the A host point to IP Load Balancer then it fail to work.
i also check if in my browser i keyin my IP Load Balancer it has error message 503 Service Unavailable No server is available to handle this request
please help thanks Agus
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 Bobbyiliev,
i had try change the port forwarding rule from HTTP to TCP port 80. no luck. still offline. and if i type my domain which already point to Load balancer IP Address it also cannot load anything. but if i change the A record from Load balancer to my ip server directly it working perfectly. i also tried to downgrade my OS from OS Ubuntu 20.04 to Ubuntu 18.04 and results still the same.
Any ideas what could make this wrong?
appreciate & thanks Agus
Hi there @agus.halim,
I tried replicating your setup at my end and a quick fix would be to change the Health check from HTTP to TCP. That way your load balancer would check if your Droplets accept connections on port 80 and if so it would consider them as healthy.
Hope that this helps! Regards, Bobby