Deployment and Container Orchestration
To deploy an application built using Akka Cluster you can use the the instructions in Deploying Akka Cluster to Kubernetes .
The example from the Implementing Microservices with Akka tutorial contains build files for creating a Docker container for your application.
Docker
Docker is a popular containerization technology. If you are unfamiliar with containers, we recommend the Get Started with Docker documentation.