diff --git a/content/day-1/02_gslb.md b/content/day-1/02_gslb.md new file mode 100644 index 0000000..f801fe5 --- /dev/null +++ b/content/day-1/02_gslb.md @@ -0,0 +1,12 @@ +--- +title: Evaluating Global Load Balancing Options for Kubernetes in Practice +weight: 2 +tags: + - rejekts +--- + +{{% button href="https://youtu.be/RBMRU8rtxfI" style="warning" icon="video" %}}Watch talk on YouTube{{% /button %}} +{{% button href="https://github.com/nicolaiort/rejekts2025-gslb" style="tip" icon="code" %}}Demo-Code and more{{% /button %}} +{{% button href="https://de.slideshare.net/slideshow/evaluating-global-load-balancing-options-for-kubernetes-in-practice-kubermatic-datev/277640385" style="tip" icon="person-chalkboard" %}}Slides{{% /button %}} + +My talk, notes will be released soon \ No newline at end of file diff --git a/content/day-1/_index.md b/content/day-1/_index.md index 987952f..09f5098 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](https://www.youtube.com/watch?v=RBMRU8rtxfI) +- My Talk: [Evaluating Global Load Balancing Options for Kubernetes in Practice](./02_gslb) - 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)