- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 79字
- 2021-06-24 16:54:09
kube-proxy
In the Kubernetes cluster, networking rules and routes on nodes are managed by kube-proxy, which runs on every node. These rules allow communication between Pods and external clients to Pods and are a vital part of the Service API Object. On the Linux platform, kube-proxy configures rules using iptables (most commonly), whereas on the Windows platform, the Host Networking Service (HNS) is used.
We will cover Kubernetes networking in more detail in the next chapter.
推薦閱讀
- Java范例大全
- Redis Applied Design Patterns
- 軟件界面交互設計基礎
- 零基礎玩轉區塊鏈
- Python金融數據分析
- Mastering OpenCV 4
- Building a Quadcopter with Arduino
- EPLAN實戰設計
- Java編程技術與項目實戰(第2版)
- MongoDB權威指南(第3版)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- 新一代SDN:VMware NSX 網絡原理與實踐
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Mastering Python Design Patterns
- 區塊鏈國產化實踐指南:基于Fabric 2.0