Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network policy workload #117

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

venkataanil
Copy link
Contributor

Network policy testing touches 3 key areas

  1. Template to include all network policy configuration options
  2. Latency measurement through connection testing
  3. Flow tracking through Convergence tracker

This PR is adding templates which proposed unified approach to add namespace and pod selectors, CIDRs, single ports and port ranges. CIDRs and egress will be added in next patch.

Legacy network policy templates will be retired and removed once this new approach gets stabilized.

This PR depends on following kube-burner and images PRs for connection testing
cloud-bulldozer/images#13
cloud-bulldozer/images#12
kube-burner/kube-burner#679

A follow up PR will be submitted for adding Converagnce tracker
tool support.

More details are added in README.md

@venkataanil venkataanil requested review from a team as code owners October 3, 2024 09:07
@venkataanil
Copy link
Contributor Author

lint errors are related kube-burner dependeny. So ignore them for now.

Network policy testing touches 3 key areas
1. Template to include all network policy configuration options
2. Latency measurement through connection testing
3. Flow tracking through Convergence tracker

This PR is adding templates which proposed unified approach to add
namespace and pod selectors, CIDRs, single ports and port ranges.

Legacy network policy templates will be retired and removed once
this new approach gets stabilized.

This PR depends on following kube-burner and images PRs for
connection testing
cloud-bulldozer/images#13
cloud-bulldozer/images#12
kube-burner/kube-burner#679

A follow up PR will be submitted for adding Converagnce tracker
 tool support.

More details are added in README.md

Signed-off-by: venkataanil <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant