kubecon25/content/day-1/02_controllers.md
Nicolai Ort 46b06c66fd
All checks were successful
Build latest image / build-container (push) Successful in 49s
docs: Added slides button to all pages
2025-04-02 13:21:27 +02:00

762 B

title, weight, tags
title weight tags
The Hidden Brains of Kubernetes: Meet Controllers Powering the Cloud 2
<tag>

Big Picture

  • Kubernetes is just a bunch of controllers
  • We can add custom controllers

TODO: Steal Pod Controller sample

Real World Power of controllers

  • In Kubernetes: CCM, Scheduler, CM
  • Operator = CRD + Controller

TODO: Steal images from slides

Example

Crossplane as the example of the basic reconcile idea

TODO: Steal images from slides