From 697e9cf9f701c31c977212ae1bfaa7d7a39f89f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 5 Jun 2025 17:34:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20Links=20to=20docs=20and=20blog?= =?UTF-8?q?=20posts=20about=20ephemeral=20storage=20isolation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/resource-limits.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/slides/k8s/resource-limits.md b/slides/k8s/resource-limits.md index efdf8976..2bc9568b 100644 --- a/slides/k8s/resource-limits.md +++ b/slides/k8s/resource-limits.md @@ -314,6 +314,16 @@ class: extra-details class: extra-details +## All the details... + +- [Documentation about ephemeral local storage](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#local-ephemeral-storage) + +- [Blog post about local storage capacity isolation](https://kubernetes.io/blog/2022/09/19/local-storage-capacity-isolation-ga/) + +--- + +class: extra-details + ## CPU and RAM reservation - Kubernetes passes resources requests and limits to the container engine