Hey,
there isn't really a lot to talk about. Use something like heroku,
docker swarm, amazon ECS or kubernetes (google container engine) to
deploy the hydra image and then scale it using the appropriate cli,
for example `heroku scale web=12`. There is no additional work that
needs to be done.
When running Hydra in cluster mode (scaling it above one instance),
you need to connect Hydra to a RethinkDB cluster. You can use
something like Compose.io to deploy one easily.
Load balancing is up to the load balancer. Hydra does not require
sticky sessions or any sort of that Jazz.
Best
I would appreciate if there are any guides on doing
the above, also how do u load balance/scale it?
Thx