From 6391b4d896f364560374179129122eab2045c277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 15 Jan 2024 22:02:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20Add=20link=20to=20Denis=20Germai?= =?UTF-8?q?n's=20Devoxx=20presentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/setup-overview.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/slides/k8s/setup-overview.md b/slides/k8s/setup-overview.md index 13df49f3..7b601cc4 100644 --- a/slides/k8s/setup-overview.md +++ b/slides/k8s/setup-overview.md @@ -166,17 +166,15 @@ - [Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way) by Kelsey Hightower - - step by step guide to install Kubernetes on Google Cloud - - - covers certificates, high availability ... - - - *“Kubernetes The Hard Way is optimized for learning, which means taking the long route to ensure you understand each task required to bootstrap a Kubernetes cluster.”* + *step by step guide to install Kubernetes on GCP, with certificates, HA...* - [Deep Dive into Kubernetes Internals for Builders and Operators](https://www.youtube.com/watch?v=3KtEAa7_duA) - - conference presentation showing step-by-step control plane setup + *conference talk setting up a simplified Kubernetes cluster - no security or HA* - - emphasis on simplicity, not on security and availability +- 🇫🇷[Démystifions les composants internes de Kubernetes](https://www.youtube.com/watch?v=OCMNA0dSAzc) + + *improved version of the previous one, with certs and recent k8s versions* ---