Phase 10: prove guarded live k3s resilience - #117
Merged
CodeBuildder merged 1 commit intoJul 19, 2026
Conversation
CodeBuildder
marked this pull request as ready for review
July 19, 2026 00:09
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.
Closes #116
What changed
make demo-platform-live-dry-runas a read-only preflight for the complete k3s security, chaos, agent, and SOG stackmake demo-platform-liveinto a guarded, observed proof instead of deterministic cluster-backed seedingINJECT LIVE FAULTsentinel-live-demo, continuously measures reachability, and limits Chaos Mesh to one disposable replicaPodChaosobject, and proves a new Ready replacement plus two Ready replicasobserved+live_chaosevidence into Sentinel and emits an auditable JSON/Markdown scorecardWhy
The portable simulator proves integration safely, but judges also need a truthful live demonstration. Previously the k3s command still seeded deterministic evidence and could not substantiate actual detection, chaos execution, availability, or recovery claims. This phase adds that proof while preserving a narrow blast radius and human-in-the-loop authorization.
Safety boundary
Validation
bash scripts/tests/test-demo-platform-live.shbash scripts/tests/test-demo-platform.shbash -nfor all changed shell scriptsgit diff --checkmake demo-platform-live-dry-runagainst contextargus: all Cilium, Falco, Kyverno, Argus, Chaos Mesh, Phoenix, and Sentinel checks passed; no resources were changedStack
This PR is intentionally based on
agent/cluster-free-platform-demoand should merge after the cluster-free demo PR. It leaves the defaultmake demo-platformbehavior unchanged.