NetworkPolicy scale tests #224
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
proposal
A concrete proposal for adding a feature
Describe what you are trying to solve
Do scale tests and performance evaluation of Antrea NetworkPolicy implementation. This is mainly for NetworkPolicy computation and dissemination to Agents.
Describe the solution you have in mind
We need to cover:
Odeally we should support the K8s scale of 5K Nodes.
As a first step, we could start from 1K Nodes and 30K Pods, and at least verify Antrea does not perform very bad.
Describe the main design/architecture of your solution
As we might not be able to build a testbed with >1K Nodes and > 30K Pods, we might need some simulation here. Simulation of Nodes to stress Controller dissemination might be simple - we just need some concurrent clients to watch the NetworkPolicy resources from the Controller. Simulation of Pods and NetworkPolicies might require more work.
The text was updated successfully, but these errors were encountered: