- Kubernetes on AWS
- Ed Robinson
- 117字
- 2021-06-10 18:41:24
Controller manager
The controller manager is the service that runs the core control loops (or controllers) that implement some of core functionality that makes Kubernetes function. Each of these controllers watches the state of the cluster through the API server and then makes changes to try and move the state of the cluster closer to the desired state. The design of the controller manager means that only one instance of it should be running at a given time; however, to simplify deployment in a high-availability configuration, the controller manager has a built-in leader election functionality, so that several instances can be deployed side by side, but only one will actually carry out work at any one time.
推薦閱讀
- 大數(shù)據(jù)專業(yè)英語
- Hadoop 2.x Administration Cookbook
- Getting Started with MariaDB
- OpenStack Cloud Computing Cookbook(Second Edition)
- 系統(tǒng)安裝與重裝
- 電氣控制與PLC技術應用
- 大數(shù)據(jù)驅(qū)動的機械裝備智能運維理論及應用
- Containers in OpenStack
- Azure PowerShell Quick Start Guide
- Linux嵌入式系統(tǒng)開發(fā)
- Word 2007,Excel 2007辦公應用融會貫通
- 過程控制系統(tǒng)
- 新一代人工智能與語音識別
- Mastering MongoDB 4.x
- Python語言從入門到精通