From ed77238254f31c9b3571b06b1b82fe6b9bdde26a Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Mon, 31 Mar 2025 12:45:43 +0200 Subject: [PATCH] docs(day-0): New talk --- content/day-1/02_controllers.md | 28 ++++++++++++++++++++++++++++ content/day-1/_index.md | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 content/day-1/02_controllers.md diff --git a/content/day-1/02_controllers.md b/content/day-1/02_controllers.md new file mode 100644 index 0000000..7d5aabb --- /dev/null +++ b/content/day-1/02_controllers.md @@ -0,0 +1,28 @@ +--- +title: "The Hidden Brains of Kubernetes: Meet Controllers Powering the Cloud" +weight: 2 +tags: + - +--- + + + +## 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 \ No newline at end of file diff --git a/content/day-1/_index.md b/content/day-1/_index.md index 57af7a5..34b16e6 100644 --- a/content/day-1/_index.md +++ b/content/day-1/_index.md @@ -8,4 +8,5 @@ The second and last day of cloud native rejekts and (some might say most importa ## Talk recommendations -* TODO: \ No newline at end of file +- 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) \ No newline at end of file