From 974f9f941d8309b967fb49b0df30d4ce0f093bb9 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 21 Mar 2026 15:46:51 +0100 Subject: [PATCH] fix(day-2): Typo --- content/day-2/02_type1fun.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/day-2/02_type1fun.md b/content/day-2/02_type1fun.md index 8fdf005..a4f7cc3 100644 --- a/content/day-2/02_type1fun.md +++ b/content/day-2/02_type1fun.md @@ -28,7 +28,7 @@ A talk by EDERA - one of the sponsors of Cloud Natice Rejekts. ## Kubernetes joins the game - Background: Kubernetes is built for containers and not for deep isolation -- Existing solutions: KubeVirt (manage KVM through KubeAPI)m kada Containers (Deeper Sandbox), GVisor (emulated syscalls) +- Existing solutions: KubeVirt (manage KVM through KubeAPI)m kata Containers (Deeper Sandbox), GVisor (emulated syscalls) - EDERA's idea: Their own CRI (container runtime interface) that makes vm management transparent and can run vms alongside containers - Potential Problems: - Kubernetes assumes that cgropups exist