kubernetes/pkg/proxy/iptables
Antonio Ojea 3cb63833ff kube-proxy iptables test number of generated iptables rules
kube-proxy generates iptables rules to forward traffic from Services to Endpoints
kube-proxy uses iptables-restore to configure the rules atomically, however,
this has the downside that large number of rules take a long time to be processed,
causing disruption.
There are different parameters than influence the number of rules generated:
- ServiceType
- Number of Services
- Number of Endpoints per Service
This test will fail when the number of rules change, so the person
that is modifying the code can have feedback about the performance impact
on their changes. It also runs multiple number of rules test cases to check
if the number of rules grows linearly.
2022-06-14 11:55:42 +02:00
..
number_generated_rules_test.go kube-proxy iptables test number of generated iptables rules 2022-06-14 11:55:42 +02:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxier_test.go unexport mistakenly-exported constants 2022-05-06 07:33:29 -04:00
proxier.go refactor: serviceNameString to svcptNameString 2022-05-22 03:31:00 -07:00