k8s 中的 service 如何找到绑定的 Pod 以及如何实现 Pod 负载均衡


  • https://zhuanlan.zhihu.com/p/111244353
    【service selector】https://blog.csdn.net/luanpeng825485697/article/details/84296765
    【一文看懂 Kube-proxy】https://zhuanlan.zhihu.com/p/337806843
    【Kubernetes 【网络组件】kube-proxy使用详解】https://blog.csdn.net/xixihahalelehehe/article/details/115370095
    【Service】https://jimmysong.io/kubernetes-handbook/concepts/service.html
    【Service】https://kubernetes.io/zh-cn/docs/concepts/services-networking/service/
    【k8s 中的 service 如何找到绑定的 Pod 以及如何实现 Pod 负载均衡】https://boilingfrog.github.io/2022/10/16/k8s中的service如何找到绑定的Pod以及如何实现Pod负载均衡/

k8s