- 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
推薦閱讀
- Android Wearable Programming
- INSTANT Mock Testing with PowerMock
- Getting Started with Gulp(Second Edition)
- 零起步玩轉掌控板與Mind+
- ReSharper Essentials
- C# 從入門到項目實踐(超值版)
- MySQL 8 DBA基礎教程
- JavaScript+jQuery開發(fā)實戰(zhàn)
- 精通軟件性能測試與LoadRunner實戰(zhàn)(第2版)
- Visual Basic學習手冊
- PHP編程基礎與實踐教程
- Red Hat Enterprise Linux Troubleshooting Guide
- Instant jQuery Boilerplate for Plugins
- Learning Splunk Web Framework
- AMP:Building Accelerated Mobile Pages