We are planning to create few new microservices as part of our platform.
Currently all our microservices are Java-Spring based, and we use docker/kubernetes to scale.
We are now planning to evaluate Scala-Akka to create microservice.
Any pointers about how we can scale Scala-Akka microservice will be great help. We found that (in some blogs) than scala-akka microservice are also being deployed as docker containers. Is that the only way to scale scala-akka services or is there any other possible way as well?
Also, akka provides components which can help in scaling, as mentioned in following blog: https://www.datio.com/iaas/building-a-docker-container-orchestrator-with-akka/
Which is better way to scale scala-akka microservices?
Thanks
Anuj