Skip to content

Feature/lab12#1635

Open
raylduk8 wants to merge 2 commits into
inno-devops-labs:mainfrom
raylduk8:feature/lab12
Open

Feature/lab12#1635
raylduk8 wants to merge 2 commits into
inno-devops-labs:mainfrom
raylduk8:feature/lab12

Conversation

@raylduk8

@raylduk8 raylduk8 commented Jul 17, 2026

Copy link
Copy Markdown

Goal

Install Kata Containers, compare runc vs kata isolation and performance, and demonstrate the security trade-off with real benchmarks.

Changes

  • submissions/lab12.md: full lab submission with isolation comparison, startup, I/O benchmarks, trade-off analysis

Testing

sudo nerdctl run --rm alpine:3.20 uname -a
sudo nerdctl run --rm --runtime=io.containerd.kata.v2 alpine:3.20 uname -a

  • Task 1 — Kata installed; both runtimes run; kernel diff documented
  • Task 2 — Isolation + 5-run startup + I/O benchmark with trade-off analysis
  • Bonus — Escape PoC succeeds on runc, fails on Kata (with host-side verification)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant