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
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
You can’t perform that action at this time.
0 commit comments