Skip to content

Commit 05351b4

Browse files
committed
Updated serverless architecture diagram
1 parent 006e43a commit 05351b4

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

docs/Serverless/Architecture.md

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -15,43 +15,7 @@ SkySQL Serverless is built on the principle: **"Don't change what works"**. Inst
1515

1616
## High-Level Architecture
1717

18-
```mermaid
19-
graph TB
20-
A[Application] --> B[Intelligent Proxy]
21-
B --> C[Kubernetes Cluster]
22-
23-
subgraph "SkySQL Control Plane"
24-
D[Resource Monitor]
25-
E[Scaling Controller]
26-
F[Migration Controller]
27-
G[Backup Controller]
28-
end
29-
30-
subgraph "Kubernetes Cluster"
31-
H[Database Pod 1]
32-
I[Database Pod 2]
33-
J[Database Pod N]
34-
K[Storage Volumes]
35-
end
36-
37-
subgraph "Pre-Fabricated Pool"
38-
L[Warm DB Pool]
39-
M[Micro Databases]
40-
end
41-
42-
C --> D
43-
D --> E
44-
E --> H
45-
E --> I
46-
E --> J
47-
48-
H --> K
49-
I --> K
50-
J --> K
51-
52-
L --> C
53-
M --> L
54-
```
18+
[![architecture](serverless-architecture.png)]( serverless-architecture.png)
5519

5620
## Core Components
5721

191 KB
Loading

0 commit comments

Comments
 (0)