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

How many users can use web-terminal-operator in parallel? #126

Open
RamyaRaghuveera opened this issue Jul 25, 2022 · 1 comment
Open

How many users can use web-terminal-operator in parallel? #126

RamyaRaghuveera opened this issue Jul 25, 2022 · 1 comment

Comments

@RamyaRaghuveera
Copy link

RamyaRaghuveera commented Jul 25, 2022

Hi Team,

We are planning to use web-terminal operator as the default terminal for a workshop of around 1000 participants. We will be creating 5 openshift clusters which means 200 participants will be assigned to each cluster.
Hence, wanted to know how many users can use web-terminal operator in parallel?
Can 200 people use it in parallel?
Will higher number of parallel users effect web-terminal's perrformance causing lag/increasing turnaround time of the terminal prompt?

@amisevsk
Copy link
Contributor

Hi @RamyaRaghuveera, sorry for the late reply -- Web Terminal Operator issues generally should go in the Red Hat tracker: https://issues.redhat.com/projects/WTO/

Each user that launches a terminal gets their own isolated Pod that only they may access. As a result, there are no issues with a large number of people using web terminals simultaneously as long as the cluster can support that many pods. Each running web terminal uses the following resources:

Tooling container:

resources:
  limits:
    cpu: 400m
    memory: 256Mi
  requests:
    cpu: 100m
    memory: 128Mi

Sidecar container:

resources:
  limits:
    cpu: 400m
    memory: 128Mi
  requests:
    cpu: 100m
    memory: 128Mi

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

No branches or pull requests

2 participants