Kubernetes API Server Adventures: Part 1 — Extending The Kubernetes API
Something that I love about Kubernetes is how unapologetically “API-first” it is. Everything is an API call, everything is declarative, and the whole control plane is designed less like a monolithic piece of software and more like a framework you can extend