Skip to content

feat(lab12): kata vs runc isolation + perf benchmark - #12

Open
raylduk8 wants to merge 1 commit into
mainfrom
feature/lab12
Open

feat(lab12): kata vs runc isolation + perf benchmark#12
raylduk8 wants to merge 1 commit into
mainfrom
feature/lab12

Conversation

@raylduk8

@raylduk8 raylduk8 commented Jul 17, 2026

Copy link
Copy Markdown
Owner

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