File tree Expand file tree Collapse file tree 2 files changed +1
-37
lines changed Expand file tree Collapse file tree 2 files changed +1
-37
lines changed Original file line number Diff line number Diff line change @@ -15,43 +15,7 @@ SkySQL Serverless is built on the principle: **"Don't change what works"**. Inst
15
15
16
16
## High-Level Architecture
17
17
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 )
55
19
56
20
## Core Components
57
21
You can’t perform that action at this time.
0 commit comments