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

推荐订阅源

T
Tailwind CSS Blog
博客园 - 【当耐特】
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - Franky
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
B
Blog
有赞技术团队
有赞技术团队
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
Jina AI
Jina AI
Vercel News
Vercel News
博客园 - 叶小钗
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
The Cloudflare Blog
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
腾讯CDC

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.