Advanced Concepts · TL;DR

1 min read
Senior2 min read
Rapid overview

TL;DR

The advanced Kubernetes surface that platform engineers actually own: Custom Resource Definitions to extend the API with your own kinds, controllers/operators that reconcile that state, plus the deeper primitives around scheduling, networking, and admission. Reach for a CRD + controller when you want to express "this is what I want; keep it that way" instead of one-off shell scripts.

See also