- 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.
推薦閱讀
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- 軟件項目管理(第2版)
- Python for Secret Agents:Volume II
- 青少年美育趣味課堂:XMind思維導圖制作
- Git高手之路
- Learning ArcGIS Pro
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Java網絡編程核心技術詳解(視頻微課版)
- Visual Basic程序設計上機實驗教程
- HTML5秘籍(第2版)
- JavaScript應用開發實踐指南
- Node.js 12實戰
- Solutions Architect's Handbook
- PhoneGap 4 Mobile Application Development Cookbook
- Python網絡爬蟲實例教程(視頻講解版)