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

推荐订阅源

WordPress大学
WordPress大学
博客园 - 司徒正美
小众软件
小众软件
H
Help Net Security
博客园 - 聂微东
宝玉的分享
宝玉的分享
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
阮一峰的网络日志
阮一峰的网络日志
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
U
Unit 42
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
S
SegmentFault 最新的问题
腾讯CDC
MongoDB | Blog
MongoDB | Blog
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
I
InfoQ
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Martin Fowler
Martin Fowler
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News

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.