Hi, I've set up two load balancers with Laravel Forge and was wondering if there's a way for both of them to work together for redundancy? I know you can do that with DigitalOceans Load Balancers.
Any help is much appreciated!
good question - i have been meaning to do this but no idea how to start.
I have been told AMAZON has its route system (not sure what the fancy word for it is) but that has 'redundancy'.
why not use DO load balance? one good thing about it is that its a flat rate of 20$ & has some advanced options wheras provisioning with forge its like any server..
The idea is pretty simple, you can duplicate your DNS records and point to each load balancer, in the event one load balancer is down the other would be available for some time.
I've only come close to setting up DNS failover but that's where I'd look next in your situation. Always remember to test your redundancy methods -- meaning bring load balancer down #1 on your own and be 100% certain #2 picks up where it left off.
@shez1983 The application is still very new, so two load balancers with DO would cost me 40$ a month. So I was hoping Forge could help with cutting the costs to a minimum.