docs(day-0): New talk
All checks were successful
Build latest image / build-container (push) Successful in 44s
All checks were successful
Build latest image / build-container (push) Successful in 44s
This commit is contained in:
parent
80f62fd567
commit
ed77238254
28
content/day-1/02_controllers.md
Normal file
28
content/day-1/02_controllers.md
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
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
|
@ -8,4 +8,5 @@ The second and last day of cloud native rejekts and (some might say most importa
|
||||
|
||||
## Talk recommendations
|
||||
|
||||
* TODO:
|
||||
- Mein Talk: [Evaluating Global Load Balancing Options for Kubernetes in Practice](todo:)
|
||||
- Einstieg in Operators: [The Hidden Brains of Kubernetes: Meet Controllers Powering the Cloud](../02_controllers)
|
Loading…
x
Reference in New Issue
Block a user