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 2 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 16, 2024

  1. network policy workload

    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]>
    venkataanil committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ab184a8 View commit details
    Browse the repository at this point in the history
  2. Add convergence tracker

    Nadia's convergence tracker[1] is added. It creates pods on each
    worker node which moniots OVS flows. It measures when OVS flows
    gets stabilized and report this as a metric.
    
    [1] https://github.com/npinaeva/k8s-netpol-scale/tree/main/kube-burner-workload/openshift/openflow-tracker
    venkataanil committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8805386 View commit details
    Browse the repository at this point in the history