Advanced Concepts
2 sectionsRapid overview
Advanced Concepts
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, networki…
Read →How it works
CRDs extend the Kubernetes API with custom resources.
Read →