All scenarios
kube-proxy modes, inside out
+0ms
by Kubesimplify
Act 1 · The daemon
Two informers · one
syncProxyRules()
loop
api-server
Services
EndpointSlices
kube-proxy
syncProxyRules() · idle
Linux kernel · netfilter
iptables
·
IPVS
·
nftables
cmd/kube-proxy · pkg/proxy · runs on every node as a DaemonSet
1 / 3
A Service or EndpointSlice changes. The two informers fire watch events into kube-proxy.
Step 01 · controller-manager
What kube-proxy is
1×