ended3월 14일· 1 sources

kube-proxy (kubernate's part 7)

kube-proxy (Kubernetes 시리즈 7편)

Why it matters

kube-proxy is a Kubernetes node-level networking component that manages service-to-pod routing, load balancing, and network rule creation using iptables or IPVS. It communicates with kube-apiserver to obtain service and endpoint information, then distributes traffic across multiple pods behind a service's virtual (Cluster) IP.

1
Sources
+0
24h
Growth
191d
Active
kube-proxyKubernetesload balancingiptablesIPVSClusterIP

Sources

Related Issues