This document discusses moving a Tomcat cluster that uses session replication to the cloud. It begins with an overview of session replication in a Tomcat cluster. The challenges of replicating sessions in the cloud are discussed, where multicast is not available. An external session replication solution is proposed that uses Kubernetes' API to discover cluster nodes, instead of multicast. The document provides code samples and steps to set up a proof of concept Tomcat cluster on Raspberry Pi nodes using Kubernetes and Docker. It summarizes the key components needed and issues to address in migrating a Tomcat cluster configuration to the cloud.