Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple loadbalanced Jitsi Meet setups #8

Closed
wolfm89 opened this issue May 22, 2020 · 1 comment · Fixed by #12
Closed

Multiple loadbalanced Jitsi Meet setups #8

wolfm89 opened this issue May 22, 2020 · 1 comment · Fixed by #12

Comments

@wolfm89
Copy link
Contributor

wolfm89 commented May 22, 2020

Jitsi uses the term "shard" to describe the composition that contains single containers for
web, jicofo, prosody and multiple containers of jvb running in parallel.

Right now we only have a single shard defined. This is not a fail-safe setup as we're only running single pods for web, jicofo, and prosody.

Sharding can be achieved by using a HAProxy in front of all shards and routing the incoming requests based on chat room specified in the path (HAProxy stick tables). More info on this topic can be found here: https://jitsi.org/blog/new-tutorial-video-scaling-jitsi-meet-in-the-cloud/

@wolfm89
Copy link
Contributor Author

wolfm89 commented Jun 5, 2020

We have implemented a multi-shard setup. More info can be found in the architecture documentation.

@wolfm89 wolfm89 mentioned this issue Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant