yotei/yotei-nodes/README.md

23 lines
722 B
Markdown
Raw Permalink Normal View History

2024-09-11 21:00:02 +02:00
# 🚧THIS IS WIP AND NOT WORKING RN🚧
2024-09-11 20:55:16 +02:00
# YOTEI
2024-09-03 16:21:59 +02:00
2024-09-11 21:00:02 +02:00
2024-09-11 20:55:16 +02:00
YOTEI is an active-active, high-availability clustering soloution.
2024-09-03 16:21:59 +02:00
## Basic Architecture
```
+----------------+
/-----> | Compute Node 1 |
| +----------------+
+--------+ +-----------+ | +----------------+
2024-09-03 22:10:33 +02:00
| Client | ----> | Head Node | <---|------> | Compute Node 2 |
2024-09-03 16:21:59 +02:00
+--------+ +-----------+ | +----------------+
| +----------------+
\-----> | Compute Node n |
+----------------+
```