- 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
推薦閱讀
- 深度學習經典案例解析:基于MATLAB
- Building a Home Security System with Raspberry Pi
- 少年輕松趣編程:用Scratch創作自己的小游戲
- C語言程序設計教程(第2版)
- 數據結構(C語言)
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- 程序員修煉之道:通向務實的最高境界(第2版)
- Apache Kafka Quick Start Guide
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Developing SSRS Reports for Dynamics AX
- Android Studio Cookbook
- C++程序設計教程
- 寫給青少年的人工智能(Python版·微課視頻版)
- C/C++代碼調試的藝術(第2版)
- Developing Java Applications with Spring and Spring Boot