- 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.
- IoT Penetration Testing Cookbook
- 機器人智能運動規(guī)劃技術(shù)
- 電腦上網(wǎng)直通車
- Mastering Elastic Stack
- 工業(yè)機器人操作與編程
- PostgreSQL 10 Administration Cookbook
- Docker on Amazon Web Services
- Mastering ServiceNow Scripting
- 從零開始學(xué)Java Web開發(fā)
- Data Analysis with R(Second Edition)
- 計算機組裝與維修實訓(xùn)
- 精通ROS機器人編程(原書第2版)
- 軟測之魂
- Generative Adversarial Networks Projects
- 軟件質(zhì)量管理實踐