/k8s-jitsi-meet

Jitsi Meet on Kubernetes

Primary LanguageJavaScript

Jitsi Meet on Kubernetes

Installation

This has been tested using MicroK8s but should still work with any Kubernetes

Methods

You have a choice of:

  1. using kustomize, Kubernetes native configuration management. (The Recommanded Method). You can find instructions in the kustomize folder.
  2. using ytt, a templating tool that understands YAML structure allowing you to focus on your data instead of how to properly escape it. You can find instructions in the ytt folder.
  3. using the regular standard yaml files, but you'll have to edit more places in the files, depending what you want to run. You can find instructions in the standard-yaml folder.