Is there any risk using Akka cluster with docker in production?

Is there any risk using Akka cluster with docker in production?

This is how applications are being deployed in Kubernetes and most of the time in DC/OS as well.

From the point of view of an Akka Cluster that is completely transparent.

There are some things you’ll need to consider when running in Docker, however.

These are covered in the documentation:
https://doc.akka.io/docs/akka/current/additional/deploy.html#in-a-docker-container

1 Like