kubecon25/content/day-1/02_controllers.md
Nicolai Ort 1f49a42edc
All checks were successful
Build latest image / build-container (push) Successful in 44s
fix(docs): Added missing tags
2025-04-07 18:51:03 +02:00

29 lines
770 B
Markdown

---
title: "The Hidden Brains of Kubernetes: Meet Controllers Powering the Cloud"
weight: 2
tags:
- rejekts
---
{{% button href="https://www.youtube.com/watch?v=PciVvE02L2w" style="warning" icon="video" %}}Watch talk on YouTube{{% /button %}}
<!-- {{% button href="https://docs.google.com/presentation/d/1nEK0CVC_yQgIDqwsdh-PRihB6dc9RyT-" style="tip" icon="person-chalkboard" %}}Slides{{% /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