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
Complete Lab 12 by configuring a local Kata Containers environment, validating VM-backed container isolation, and producing a full technical analysis comparing runc and Kata across kernel behavior, CPU virtualization,
/procvisibility, networking, and module exposure.Changes
Built and installed Kata Containers runtime using the provided build scripts
containerd-shim-kata-v2Validated Kata runtime operation:
6.12.47) vs host kernel (6.8.0-48-generic)Executed container comparisons:
Performed isolation tests with artifacts captured under
lab12directory:/proc: Host: 176 entries vs Kata VM: 52 entriesConducted performance-related observations:
Added complete analytical write-up to
submission12.md, including:Testing
Verified Kata runtime availability using short-lived commands (
uname -a,/proc/cpuinfo, etc.)Confirmed containerd recognized
io.containerd.kata.v2configurationRan comparative tests:
Validated all isolation test outputs using files extracted from
lab12.zip:/proctree much smaller inside Kata VMReviewed performance outputs:
Ensured final
submission12.mdcovers all requirements outlined inlab12.mdArtifacts & Screenshots
labs/submission12.mdlabs/lab12/analysis/labs/lab12/isolation/labs/lab12/bench/labs/lab12/runcabs/lab12/kataChecklist