惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
大猫的无限游戏
大猫的无限游戏
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
美团技术团队
雷峰网
雷峰网
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
T
Tailwind CSS Blog
U
Unit 42
C
Check Point Blog
S
SegmentFault 最新的问题
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
罗磊的独立博客
小众软件
小众软件
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
DataBreaches.Net

Fatih Arslan

How I manage my agents Joining Cursor Review of the MoErgo Go60 Keyboard Typeface Specimens of Houston Mono™ Nakaya Aka-Tame Fountain Pen Books I Read in 2025 A Look at My Fountain Pens Midori MD Notebooks My two-part desk setup Thoughts on the Leica M EV1 Bambu Lab H2S vs X1C A Week in Billund: LEGO House, LEGOLAND, and Lalandia Hyper Case: Designing my own keyboard case Fujifilm X half: Is it the perfect family camera ? Automatic dark mode for Terminal Apps, Revisited The Barbican Managing friction I was wrong about AI Coding Plotter Notebook System
Kubernetes runs on feedback loops
Fatih Arslan · 2026-06-17 · via Fatih Arslan

For the past few years I've spent most of my time building database operators on top of Kubernetes. Along the way I kept coming back to the same idea: under all the YAML and the moving parts, Kubernetes is really a framework for feedback controllers. It's control theory turned into something ordinary people can use. The same closed loop that keeps a thermostat at the right temperature is also the one that keeps your database alive.

So I finally sat down and wrote about it on the PlanetScale blog.

The post starts from running Postgres by hand, picking a node, attaching a disk, setting up replication, and writing a small watchdog script to fix things when they break. Then it walks through how each of those manual steps maps to a control loop inside Kubernetes, and why operators are built the way they are. It dips into a bit of control theory along the way. I think even if you don't use Kubernetes, you'll enjoy reading it.

You can read it here: The Feedback Loops Behind Kubernetes.