Feature/lab12#868
Open
Sarantsev wants to merge 8 commits into
Open
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
Install and evaluate Kata Containers (v3.29.0) as a VM-backed container runtime alongside the default runc runtime. Run OWASP Juice Shop under runc and compare isolation, security boundaries, and performance characteristics between the two runtimes.
Changes
labs/lab12/setup/kata-built-version.txt— Kata shim version prooflabs/lab12/runc/health.txt— juice-runc HTTP 200 health checklabs/lab12/kata/— Kata container test outputs (uname, kernel, cpu)labs/lab12/analysis/— kernel and CPU comparison artifactslabs/lab12/isolation/— dmesg, /proc, network, and kernel module isolation testslabs/lab12/bench/— startup time comparison and HTTP latency baselinelabs/submission12.md— full write-up with analysis and security discussionTesting
kata-static-3.29.0-amd64.tar.zstand verified withcontainerd-shim-kata-v2 --versionio.containerd.kata.v2runtime viaconfigure-containerd-kata.shsudo nerdctl run --rm --runtime io.containerd.kata.v2 alpine:3.19 uname -aconfirmed guest kernel 6.18.15 ≠ host kernel 6.8.0-110-genericArtifacts & Screenshots
setup/kata-built-version.txtcontainerd-shim-kata-v2 version: 3.29.0runc/health.txtjuice-runc: HTTP 200kata/kernel.txt6.18.15(Kata guest kernel, vs host6.8.0-110-generic)analysis/kernel-comparison.txtisolation/dmesg.txtisolation/proc.txtisolation/modules.txtbench/startup.txtbench/http-latency.txtChecklist