Deploying Sametime to Kubernetes cluster
Before you can deploy Sametime to a Kubernetes cluster, you must create the cluster.
Two types of server nodes are required:
- role:main
- role:video
Review the Planning for a Kubernetes cluster configuration topic for details and other considerations.
-
Change to the helm directory.
-
Deploy the helm chart.
helm install sametime .
If there are any errors, you must remove the installed product and fix the error before trying the installation again. See Uninstalling Sametime on Kubernetes for details.
Parent Topic: Installing Sametime in a Kubernetes environment