Quick question:
-
I have a single server which is running my AkkaHttp app.
-
If I need to scale it, can I just duplicate the server, and both them both behind a load balancer (e.g AWS), and that will distribute the load across them evenly?
-
And then I can just keep adding nodes to this cluster as needed?
Thanks.