- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 197字
- 2021-07-02 22:51:28
Services
Services allow us to abstract access away from the consumers of our applications. Using a reliable endpoint, users and other programs can access pods running on your cluster seamlessly.
K8s achieves this by making sure that every node in the cluster runs a proxy named kube-proxy. As the name suggests, the job of kube-proxy is to proxy communication from a service endpoint back to the corresponding pod that is running the actual application.

Membership of the service load balancing pool is determined by the use of selectors and labels. Pods with matching labels are added to the list of candidates where the service forwards traffic. A virtual IP address and port are used as the entry points for the service, and the traffic is then forwarded to a random pod on a target port defined by either K8s or your definition file.
Updates to service definitions are monitored and coordinated from the K8s cluster master and propagated to the kube-proxy daemons running on each node.
- 基于C語言的程序設(shè)計
- 集成架構(gòu)中型系統(tǒng)
- 大數(shù)據(jù)技術(shù)基礎(chǔ)
- 大數(shù)據(jù)改變世界
- JMAG電機電磁仿真分析與實例解析
- 21天學(xué)通Visual C++
- 氣動系統(tǒng)裝調(diào)與PLC控制
- Word 2007,Excel 2007辦公應(yīng)用融會貫通
- ESP8266 Robotics Projects
- Machine Learning Algorithms(Second Edition)
- 水晶石影視動畫精粹:After Effects & Nuke 影視后期合成
- Mastering DynamoDB
- Java Deep Learning Projects
- 巧學(xué)活用AutoCAD
- Python Data Mining Quick Start Guide