Lab12 Submission Nikita Timofeev#876
Open
MoriSummerz wants to merge 16 commits intoinno-devops-labs:mainfrom
Open
Lab12 Submission Nikita Timofeev#876MoriSummerz wants to merge 16 commits intoinno-devops-labs:mainfrom
MoriSummerz wants to merge 16 commits intoinno-devops-labs:mainfrom
Conversation
docs(lab1): add submission1 triage report
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
Submit Lab 12 — exercise VM-backed container sandboxing with Kata Containers,
compare it against the default
runcruntime, and capture theisolation / performance trade-offs as evidence under
labs/lab12/.Changes
labs/submission12.md— full write-up: install evidence, runc vs Katacomparison, isolation tests (dmesg / proc / network / kernel modules),
performance snapshot, recommendations.
labs/lab12/setup/—kata-shim-version.txt,kata-runtime-version.txt,kata-check.txt, containerd config wiring log, install log,alpine sanity runs.
labs/lab12/runc/— Juice Shop onrunc(HTTP 200on port 3013) andnerdctl pssnapshot.labs/lab12/kata/—uname//proc/cpuinforeferences, kata run trace.labs/lab12/isolation/—dmesg.txt,proc.txt,network.txt,modules.txt.labs/lab12/bench/—startup.txt(5 trials),http-latency.txt(50 requests), raw
curl-3013.txttimings.labs/lab12/analysis/—kernel-comparison.txt,cpu-comparison.txt..gitignore— minor housekeeping carried over from the branch.Testing
Executed on Ubuntu 22.04 aarch64 (Neoverse-N1, kernel
5.15.0-1027-oracle)with containerd 1.6.33 + nerdctl 2.2.0 + Kata 3.29.0:
Artifacts & Screenshots
Key evidence (full directory under
labs/lab12/):setup/kata-shim-version.txt— Kata containerd shim 3.29.0 verifiedsetup/kata-runtime-version.txt—kata-runtime3.29.0setup/kata-check.txt—kata-runtime kata-checkoutputrunc/health.txt—juice-runc on port 3013: HTTP 200analysis/kernel-comparison.txt— host vs container kernelanalysis/cpu-comparison.txt— Neoverse-N1 host CPU vs containerisolation/dmesg.txt— privileged runc reads host kernel ring bufferisolation/proc.txt— host=416 entries, runc=62isolation/network.txt— runc CNI veth, single eth0 in netnsisolation/modules.txt— runc shares host's 235 kernel modulesbench/startup.txt— runc startup avg ≈ 0.44 s (5 trials)bench/http-latency.txt— juice-runc avg = 0.0020 s (50 requests)Checklist