- 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.
推薦閱讀
- Programming ArcGIS 10.1 with Python Cookbook
- 數(shù)據(jù)結(jié)構(gòu)與算法JavaScript描述
- 21天學(xué)通C++(第6版)
- 精通網(wǎng)絡(luò)視頻核心開(kāi)發(fā)技術(shù)
- ArcGIS By Example
- 利用Python進(jìn)行數(shù)據(jù)分析(原書(shū)第3版)
- 零基礎(chǔ)入門(mén)學(xué)習(xí)Python(第2版)
- 常用工具軟件立體化教程(微課版)
- MongoDB,Express,Angular,and Node.js Fundamentals
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程(Windows 7+Office 2010)
- Learning Python Data Visualization
- INSTANT Apache Hive Essentials How-to
- Scratch編程從入門(mén)到精通
- Blender 3D Cookbook
- Mastering Clojure