From 6d0c95a8acf38d52873ff5732728f5fd7dc8c84e Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Thu, 3 Apr 2025 11:02:19 +0200 Subject: [PATCH] docs(day-1): Added notes for my talk --- content/day-1/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/day-1/_index.md b/content/day-1/_index.md index c3078c4..ea2648f 100644 --- a/content/day-1/_index.md +++ b/content/day-1/_index.md @@ -9,7 +9,7 @@ This was another very interesting day and I can only recommend attending cloud n ## Talk recommendations -- My Talk: [Evaluating Global Load Balancing Options for Kubernetes in Practice](todo:) +- My Talk: [Evaluating Global Load Balancing Options for Kubernetes in Practice](https://www.youtube.com/watch?v=RBMRU8rtxfI) - Service Mesh Intro + Comparison: [The service mesh wars - a new hope for kubernetes](../03_service-mesh) - How to handle evection and statefulness across clusters: [Scaling PDBs: Introducing Multi-Cluster Resilience with x-pdb](../06_scaling-pdbs) - Intro to operators: [The Hidden Brains of Kubernetes: Meet Controllers Powering the Cloud](../02_controllers)