原文:Comparing kube-proxy modes: iptables or IPVS? 作者:Alex Pollitt kube-proxy 是 Kubernetes 中的关键组件。他的角色就是在服务(ClusterIP 和 NodePort)和其后端 Pod 之间进行负载均衡。kube-proxy 有三种运行模式,每种都有不同的实现技术:userspace、iptables 或者 IPVS。 userspace 模式非常陈旧、缓慢,已经不推荐使用。但是 iptables 和 IPVS...
blog.fleeto.us2 min readNo responses yet.