kubecon25/content/day-1/02_controllers.md
Nicolai Ort ed77238254
All checks were successful
Build latest image / build-container (push) Successful in 44s
docs(day-0): New talk
2025-03-31 12:45:43 +02:00

28 lines
600 B
Markdown

---
title: "The Hidden Brains of Kubernetes: Meet Controllers Powering the Cloud"
weight: 2
tags:
- <tag>
---
<!-- {{% button href="https://youtu.be/rkteV6Mzjfs" style="warning" icon="video" %}}Watch talk on YouTube{{% /button %}} -->
## 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