華為云計算 云知識 Service背后的實現(xiàn):Kube-proxy
Service背后的實現(xiàn):Kube-proxy

每臺機(jī)器上都運(yùn)行一個 kube-proxy 服務(wù),它監(jiān)聽 API server 中 service 和 endpoint 的變化情況,并通過 iptables 等來為服務(wù)配置 負(fù)載均衡 。

Kube-proxy