feat(lab12): kata vs runc isolation + perf + escape PoC#1631
Open
SamiKO228 wants to merge 24 commits into
Open
feat(lab12): kata vs runc isolation + perf + escape PoC#1631SamiKO228 wants to merge 24 commits into
SamiKO228 wants to merge 24 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Deliver Lab 12: install Kata Containers, compare its isolation and performance against
runc, and demonstrate a reproducible container-escape PoC highlighting VM-backed sandboxing.Changes
Added:
submissions/lab12.mdTesting
containerd(io.containerd.kata.v2). Ranalpine:3.20on both runtimes. Verifiedruncuses the host kernel (6.17.0-40-generic), while Kata boots an isolated guest kernel (6.18.35)./devand Linux capability sets between runtimes. Measured average cold-start time over 5 runs (runc: 0.38 s,kata: 4.52 s, ~11.9× overhead) and 100 MB I/O throughput (runc: 15.4 GB/s,kata: 12.1 GB/s). Documented the resulting security/performance trade-offs./tmp/lab12-targeton the host and launched a privileged container with--privileged -v /tmp:/host_tmp. Verifiedruncsuccessfully overwrote the host file, while the identical command using--runtime=io.containerd.kata.v2was rejected during shim task creation, leaving the host file unchanged (original).Artifacts
submissions/lab12.mdChecklist
feat(labN): <topic>submissions/lab12.mdincludedruncand is blocked by Kata with host-side verification