Skip to content

Commit f1bf995

Browse files
committed
fix: Align Infrastructure Complexity diagram headers and metrics
1 parent 0e63274 commit f1bf995

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ 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 VIRTUAL MACHINES KUBERNETES
42-
(Heroku, Render) (EC2, Droplets) (EKS, GKE)
43-
───────────────── ───────────────── ─────────────
44-
Complexity ▓▓ Complexity ▓▓▓▓▓ Complexity ▓▓▓▓▓▓▓▓▓
45-
Control ▓▓▓ Control ▓▓▓▓▓▓ Control ▓▓▓▓▓▓▓▓▓
46-
Time Days Time Weeks Time Months
47-
Team Size 1-15 Team Size 5-30 Team Size 20+
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+
4848
```
4949

5050
**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)