Akka 2.0 allows actors to be distributed across multiple nodes in a cluster in a transparent manner. It introduces new concepts like actor addresses and deployment configurations. The clustering functionality leverages ZooKeeper for distributed coordination and stores serialized actor factories. This allows actors to be dynamically created, migrated, and replicated across nodes for fault tolerance and load balancing. Composable futures also allow combining results from multiple asynchronous messages.