Skip to content

Commit bd76e0b

Browse files
committed
fix: Properly align diagram with left-justified labels and emojis
1 parent f1bf995 commit bd76e0b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

content/posts/when-kubernetes-is-wrong-default.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ This guide gives you a framework for making infrastructure decisions based on wh
3838
Infrastructure choices exist on a complexity spectrum. Each tier trades operational burden for control:
3939

4040
```
41-
MANAGED PLATFORMS VMs KUBERNETES
42-
(Heroku, Render, etc.) (EC2, Droplets) (EKS, GKE, etc.)
43-
44-
Complexity: ██ ████████ ████████████████
45-
Control: ████ ████████████ ████████████████████
46-
Time-to-Ship: Days Weeks Months
47-
Team Size: 1-15 5-30 20+
41+
MANAGED PLATFORMS VMs KUBERNETES
42+
(Heroku, Render, etc.) (EC2, Droplets) (EKS, GKE, etc.)
43+
Complexity: ██ ████████ ████████████████
44+
Control: ████ ████████████ ████████████████████
45+
Time-to-Ship: 🚀 Days 📦 Weeks ⏳ Months
46+
Team Size: 1-15 5-30 20+
4847
```
4948

5049
**Managed Platforms** abstract away infrastructure entirely. You push code, they handle runtime, scaling, SSL, logging, and deployment. Best for web applications, APIs, and background workers.

0 commit comments

Comments
 (0)