23 lines
722 B
Markdown
23 lines
722 B
Markdown
# 🚧THIS IS WIP AND NOT WORKING RN🚧
|
|
# YOTEI
|
|
|
|
|
|
YOTEI is an active-active, high-availability clustering soloution.
|
|
|
|
|
|
## Basic Architecture
|
|
|
|
```
|
|
+----------------+
|
|
/-----> | Compute Node 1 |
|
|
| +----------------+
|
|
+--------+ +-----------+ | +----------------+
|
|
| Client | ----> | Head Node | <---|------> | Compute Node 2 |
|
|
+--------+ +-----------+ | +----------------+
|
|
| +----------------+
|
|
\-----> | Compute Node n |
|
|
+----------------+
|
|
```
|
|
|
|
|