Skip to content

Commit e538acc

Browse files
committed
chore: tweak platform engineering vs devops
1 parent 00d9979 commit e538acc

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

content/blog/platform-engineering-tools-advanced-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ featured: true
88
description: Introduce the advanced tools for platform engineering. Covering CD, security, workflow orchestration, database development workflow, and internal development portal.
99
---
1010

11-
This is the second of a two-part series exploring the tools that power modern platform engineering teams:
11+
This is the series of articles about platform engineering:
1212

13+
1. [Platform Engineering vs. DevOps](/blog/platform-engineering-vs-devops/)
1314
1. [Platform Engineering Tools: Essential Guide](/blog/platform-engineering-tools-essential-guide/)
1415
1. Platform Engineering Tools: Advanced Guide (this one)
1516

content/blog/platform-engineering-tools-essential-guide.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ featured: true
88
description: Introduce the essential tools for platform engineering. Covering code hosting, CI/CD, observability, resource provisioning, and secret management.
99
---
1010

11+
Platform engineering adoption has surged in recent years. To better understand the landscape, we interviewed over 100 platform teams about their challenges and the tools they rely on. Drawing from these insights and our own experience, we have curated a list of essential platform engineering tools. This is the series of articles about platform engineering:
12+
13+
1. [Platform Engineering vs. DevOps](/blog/platform-engineering-vs-devops/)
14+
1. Platform Engineering Tools: Essential Guide (this one)
15+
1. [Platform Engineering Tools: Advanced Guide](/blog/platform-engineering-tools-advanced-guide/)
16+
1117
<HintBlock type="info">
1218

1319
The post does not cover infrastructure components like Kubernetes, database systems. It also does not cover collaboration tools like Slack, Notion, Jira, Linear.
1420

1521
</HintBlock>
1622

17-
Platform engineering adoption has surged in recent years. To better understand the landscape, we interviewed over 100 platform teams about their challenges and the tools they rely on. Drawing from these insights and our own experience, we have curated a list of essential platform engineering tools. This is the first of a two-part series exploring the tools that power modern platform engineering teams:
18-
19-
1. Platform Engineering Tools: Essential Guide (this one)
20-
1. [Platform Engineering Tools: Advanced Guide](/blog/platform-engineering-tools-advanced-guide/)
21-
2223
---
2324

2425
We pick GitHub, Datadog, Terraform and Vault as the platform engineering essential toolkit. We believe these tools

content/blog/platform-engineering-vs-devops.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ tags: Industry
77
description: 'A Strategic Comparison Between DevOps and Platform Engineering'
88
---
99

10+
This is the series of articles about platform engineering:
11+
12+
1. Platform Engineering vs. DevOps (this one)
13+
1. [Platform Engineering Tools: Essential Guide](/blog/platform-engineering-tools-essential-guide/)
14+
1. [Platform Engineering Tools: Advanced Guide](/blog/platform-engineering-tools-advanced-guide/)
15+
1016
## Introduction
1117

1218
As technology evolves rapidly, organizations are constantly looking to streamline software development and delivery. Two popular approaches — **DevOps and Platform Engineering** — offer solutions to modern software challenges, but differ in focus.
@@ -21,6 +27,8 @@ This article compares DevOps and Platform Engineering across several dimensions
2127

2228
Let's use restaurant analogy that illustrates their relationship and approaches.
2329

30+
![restaurant](/content/blog/platform-engineering-vs-devops/restaurant-analogy.webp)
31+
2432
**DevOps is like a farm-to-table restaurant.** Each development team runs the entire operation—growing ingredients, cooking, serving, and cleaning. This gives full control and flexibility, ideal for small teams. But as the restaurant scales, chefs (developers) spend too much time on non-cooking tasks, training becomes complex, and consistency suffers.
2533

2634
**Platform Engineering is like a restaurant group with shared services.** A central team handles sourcing, equipment, systems, and training, so chefs can focus on creating dishes. This setup enables faster scaling, consistent quality, and easier onboarding, while still allowing each restaurant (team) to keep its unique flavor.
87.5 KB
Loading

0 commit comments

Comments
 (0)