- 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程序設(shè)計(jì)與開發(fā)
- Getting Started with React
- Three.js開發(fā)指南:基于WebGL和HTML5在網(wǎng)頁上渲染3D圖形和動(dòng)畫(原書第3版)
- Oracle數(shù)據(jù)庫從入門到運(yùn)維實(shí)戰(zhàn)
- Apex Design Patterns
- Big Data Analytics
- C#程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- HTML5入門經(jīng)典
- Learning Vaadin 7(Second Edition)
- Android傳感器開發(fā)與智能設(shè)備案例實(shí)戰(zhàn)
- Vue.js應(yīng)用測(cè)試
- MINECRAFT編程:使用Python語言玩轉(zhuǎn)我的世界
- .NET 4.5 Parallel Extensions Cookbook
- Flink技術(shù)內(nèi)幕:架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- Python Machine Learning Cookbook