Skip to content

Commit 0a53f91

Browse files
committed
Updated Versions
1 parent b6b3e62 commit 0a53f91

20 files changed

Lines changed: 1441 additions & 5635 deletions

File tree

docs/cloud/cn-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ scale.
204204

205205
## Presentations
206206

207-
[Cloud-Native Presentation :fontawesome-regular-file-pdf:](./materials/01-What-Is-Cloud-Native.pdf){ .md-button target=_blank}
207+
[Cloud-Native Presentation :fontawesome-regular-file-pdf:](./materials/01-What-Is-Cloud-Native.pdf){ .md-button target="_blank"}
208208

209209
## Cloud-native Roadmap
210210

docs/containers/benefitsContainers.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,12 @@ Containers are the foundation of microservices architecture, enabling:
5454
- **Fault isolation** - Failures in one service don't cascade to others
5555
- **Horizontal scaling** - Scale individual services based on demand
5656

57-
```text
58-
┌─────────────────────────────────────────────────────────┐
59-
│ Application │
60-
├──────────┬──────────┬──────────┬──────────┬────────────┤
61-
│ Auth │ API │ Search │ Payment │ Email │
62-
│ Service │ Gateway │ Service │ Service │ Service │
63-
│ 🐳 │ 🐳 │ 🐳 │ 🐳 │ 🐳 │
64-
└──────────┴──────────┴──────────┴──────────┴────────────┘
65-
↕ ↕ ↕ ↕ ↕
66-
Scale Scale Scale Scale Scale
67-
Independently
68-
```
57+
| Auth Service | API Gateway | Search Service | Payment Service | Email Service |
58+
| :----------: | :---------: | :------------: | :-------------: | :-----------: |
59+
| Container | Container | Container | Container | Container |
60+
| ↕ Scale | ↕ Scale | ↕ Scale | ↕ Scale | ↕ Scale |
61+
62+
Each service can be deployed, updated, and scaled independently.
6963

7064
## Portability
7165

0 commit comments

Comments
 (0)