- Getting Started with Kubernetes
- Jonathan Baier Jesse White
- 264字
- 2021-06-10 19:47:06
The Master
The cluster control plane, otherwise known as the Master, makes global decisions based on the current and desired state of the cluster, detecting and responding to events as they propagate across the cluster. This includes starting and stopping pods if the replication factor of a replication controller is unsatisfied or running a scheduled cron job.
The overarching goal of the control plane is to report on and work towards a desired state. The API that the master runs depends on the persistent state store, etcd, and utilizes the watch strategy for minimizing change latency while enabling decentralized component coordination.
Components of the Master can be realistically run on any machine in the cluster, but best practices and production-ready systems dictate that master components should be co-located on a single machine (or a multi-master high availability setup). Running all of the Master components on a single machine allows operators to exclude running user containers on those machines, which is recommended for more reliable control plane operations. The less you have running on your Master node, the better!
We'll dig into the Master components, including kube-apiserver, etcd, kube-scheduler, kube-controller-manager, and cloud-controller-manager when we get into more detail on the Master node. It is important to note that the Kubernetes goal with these components is to provide a RESTful API against mostly persistent storage resources and a CRUD (Create, Read, Update, and Delete) strategy. We'll explore the basic primitives around container-specific orchestration and scheduling later in this chapter when we read about services, ingress, pods, deployments, StatefulSet, CronJobs, and ReplicaSets.
- Mastering Hadoop 3
- Mastering Spark for Data Science
- 大數(shù)據(jù)技術(shù)基礎(chǔ)
- Learning Apache Spark 2
- PyTorch深度學(xué)習(xí)實(shí)戰(zhàn)
- 大數(shù)據(jù)處理平臺(tái)
- Associations and Correlations
- 悟透AutoCAD 2009案例自學(xué)手冊
- Mastering Text Mining with R
- 與人共融機(jī)器人的關(guān)節(jié)力矩測量技術(shù)
- 電動(dòng)汽車驅(qū)動(dòng)與控制技術(shù)
- 網(wǎng)絡(luò)安全概論
- 從零開始學(xué)ASP.NET
- 網(wǎng)站規(guī)劃與網(wǎng)頁設(shè)計(jì)
- 傳感技術(shù)基礎(chǔ)與技能實(shí)訓(xùn)