[tmpnet] Add kube topology support#5334
Draft
maru-ava wants to merge 4 commits into
Draft
Conversation
f1d59ae to
fc25477
Compare
maru-ava
commented
May 1, 2026
fc25477 to
940664a
Compare
d3c2763 to
028c06a
Compare
Add tmpnet topology configuration and kube-backed implementation via Chaos Mesh NetworkChaos. Also add validation for topology connectivity, deterministic resource identity, and a tmpnet-specific end-to-end test for resource creation, induced latency, and teardown cleanup. Change-Id: I19546ee2bfe7fa7c9a4637a90f4eeaa46a598eff
Change-Id: Ib367cec9ce454e3e62163b8e6de377d2eef9c1a2
Change-Id: I8071e86f8ea8c9f2764792900ad04bce2b7c4584
028c06a to
61c12a5
Compare
Change-Id: I610d452f920bfce6ce99205d5ff70ceb42148c65
61c12a5 to
3685d52
Compare
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.
Why this should be merged
Being able to induce latency between nodes effectively simulates the effects of geographic distribution. This is accomplished by exposing a new
Topologyfield ontmpnet.Networkthat configuresNetworkChaosresources when a network is started on a Kubernetes cluster that has Chaos Mesh installed.How this was tested
New unit tests and e2e testing validate the implementation
Need to be documented in RELEASES.md?
N/A