- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 115字
- 2021-07-02 13:41:52
The interaction between the Kubernetes master and nodes
As we can see in the following diagram, the client uses kubectl, which is a command-line interface, to send requests to the API Server. The API Server, a hub between the master components, will respond to the client requests and push and pull the object information from etcd. If a new task is created, such as run pods, the scheduler will determine which node should be assigned to do that task. The Controller Manager monitors the running tasks and responds if any undesired state occurs.
The API Server fetches the logs from pods via the kubelet:

Interaction between master and nodes
推薦閱讀
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Reporting with Visual Studio and Crystal Reports
- Java應用開發與實踐
- 我的第一本算法書
- Data Analysis with IBM SPSS Statistics
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Python算法從菜鳥到達人
- Visual C++開發入行真功夫
- Android驅動開發權威指南
- 計算機應用基礎教程(Windows 7+Office 2010)
- 編程可以很簡單
- Orleans:構建高性能分布式Actor服務
- Extending Unity with Editor Scripting
- TypeScript 2.x By Example