Feature/lab12#889
Open
AidarSarvartdinov wants to merge 19 commits into
Open
Conversation
Feature/lab4
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
Run OWASP Juice Shop under Kata Containers to experience VM-backed container isolation, compare it with the default runc runtime, and document security/operational trade-offs.
Changes
Completed labs/submission12.md for Lab 12 with required evidence and concise analysis for Tasks 1–4.
Added runtime comparison (runc vs io.containerd.kata.v2) with kernel/CPU differences and isolation implications.
Documented isolation test outcomes (dmesg, /proc, network interfaces, kernel modules) and security impact of escape scenarios.
Added performance snapshot (startup times and HTTP latency baseline) with short usage recommendations for runc vs Kata.
Testing
Verified Kata shim version output is recorded.
Verified Kata runtime test container runs successfully with --runtime io.containerd.kata.v2.
Verified Juice Shop health check returns HTTP 200 on port 3012.
Verified startup timing and latency outputs are captured from generated lab files.
Artifacts & Screenshots
labs/submission12.md
labs/lab12/runc/health.txt
labs/lab12/kata/test1.txt
labs/lab12/kata/kernel.txt
labs/lab12/kata/cpu.txt
labs/lab12/analysis/kernel-comparison.txt
labs/lab12/analysis/cpu-comparison.txt
labs/lab12/isolation/dmesg.txt
labs/lab12/isolation/proc.txt
labs/lab12/isolation/network.txt
labs/lab12/isolation/modules.txt
labs/lab12/bench/startup.txt
labs/lab12/bench/http-latency.txt
labs/lab12/bench/curl-3012.txt
Checklist