All technological notes.
kube-proxy
Services and the Pods behind them.Primary Roles
API Server for Service and Endpoint objects.Service (ClusterIP, NodePort, LoadBalancer) is routed to one of its backend Pods.iptables or IPVS rules on the node.kubectl get pods -n kube-system
# kube-proxy-xbtjz 1/1 Running 122 (4h29m ago) 148d
kubectl get daemonset -n kube-system
# NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
# kube-proxy 1 1 1 1 1 kubernetes.io/os=linux 148d