Skip to content

docs: update reference architecture: glossary, scale tests methodology #12438

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

Merged
merged 20 commits into from
Mar 8, 2024
Prev Previous commit
Last one
  • Loading branch information
mtojek committed Mar 8, 2024
commit d3f5afcc3adffd93b3429d4fbcbc769e5ad8be93
7 changes: 4 additions & 3 deletions docs/admin/reference-architectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,14 @@ based on the workflow configuration:

| | T0 | T1 | T2 | T3 | T4 | T5 | T6 |
| -------------------- | --- | --- | --- | --- | --- | --- | --- |
| SSH connection | X | X | X | X | | | |
| SSH connections | X | X | X | X | | | |
| Web Terminal (PTY) | | X | X | X | X | | |
| Workspace apps | | | X | X | X | X | |
| Dashboard (headless) | | | | X | X | X | X |

This distribution closely mirrors natural user behavior observed among our
customers.
This pattern closely reflects how our customers naturally use the system. SSH
connections are heavily utilized because they're the primary communication
channel for IDEs with VS Code and JetBrains plugins.

The basic setup of scale tests environment involves:

Expand Down