- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 162字
- 2021-07-02 22:51:27
Node (formerly minions)
In each node, we have a couple of components. The kubelet interacts with the API server to update the state and to start new workloads that have been invoked by the scheduler.
Kube-proxy provides basic load balancing and directs the traffic destined for specific services to the proper pod on the backend. Refer to the Services section later in this chapter.
Finally, we have some default pods, which run various infrastructure services for the node. As we explored briefly in the previous chapter, the pods include services for Domain Name System (DNS), logging, and pod health checks. The default pod will run alongside our scheduled pods on every node.
In v1.0, minion was renamed to node, but there are still remnants of the term minion in some of the machine naming scripts and documentation that exists on the Web. For clarity, I've added the term minion in addition to node in a few places throughout the book.
推薦閱讀
- Oracle SOA Governance 11g Implementation
- 現代測控電子技術
- Machine Learning for Cybersecurity Cookbook
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- Julia 1.0 Programming
- PostgreSQL Administration Essentials
- Multimedia Programming with Pure Data
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- 精通數據科學:從線性回歸到深度學習
- 電子設備及系統人機工程設計(第2版)
- Learning Linux Shell Scripting
- 基于RPA技術財務機器人的應用與研究
- 筆記本電腦使用與維護
- 納米集成電路制造工藝(第2版)
- 從機器學習到無人駕駛