Installing Sametime in a Kubernetes environment

A Sametime deployment on Kubernetes requires a properly configured cluster consisting of a minimum of four nodes: a control plane and three worker nodes with an Ingress Controller.

The following whitepapers are available to review this setup for GKE (Google), AWS (Amazon) and on-premise configurations. Use these whitepapers for additional details on the installation and configuration steps for Kubernetes for Sametime 12.
Note: For version 12, the cluster.yaml file is found in the location where the Sametime 12 installation package is located: /kubernetes/stack/eks/cluster.yaml.
Supported versions for Sametime are as follows:
  • Kubernetes v1.22
  • Helm v3.7.1
After Kubernetes cluster is built, complete the following tasks to deploy Sametime.
  1. Prepare the network
  2. Load the Sametime image to Docker
  3. Create the meeting recordings volume
  4. Deploy Sametime
  5. Verify the service
Note: The helm charts and templates provided were tested with 1.22. Later versions of Kubernetes might not be compatible.