Since Cluster is deprecated and I’ve read it should not be used anymore, what is the current strategy you follow?
I’m using a very basic solution now, with ngnix and ip_hash for sticky sessions, but this is not ideal as the same client can have multiple ip’s due to NAT etc. Plan to migrate to haproxy.
The other option I want to try is use AWS’s new ALB which has http load balancing and supports sessions and websockets. I think with the right setup this can be almost as powerful and easy to use as Galaxy but a lot cheaper.
What solutions are you using for load balancing and HA?