- Getting Started with Kubernetes
- Jonathan Baier Jesse White
- 209字
- 2021-06-10 19:47:10
Application scheduling
Now that we understand how to run containers in pods and even recover from failure, it may be useful to understand how new containers are scheduled on our cluster nodes.
As mentioned earlier, the default behavior for the Kubernetes scheduler is to spread container replicas across the nodes in our cluster. In the absence of all other constraints, the scheduler will place new pods on nodes with the least number of other pods belonging to matching services or replication controllers.
Additionally, the scheduler provides the ability to add constraints based on resources available to the node. Today, this includes minimum CPU and memory allocations. In terms of Docker, these use the CPU-shares and memory limit flags under the covers.
When additional constraints are defined, Kubernetes will check a node for available resources. If a node does not meet all the constraints, it will move to the next. If no nodes can be found that meet the criteria, then we will see a scheduling error in the logs.
The Kubernetes road map also has plans to support networking and storage. Because scheduling is such an important piece of overall operations and management for containers, we should expect to see many additions in this area as the project grows.
- 面向STEM的mBlock智能機(jī)器人創(chuàng)新課程
- R Data Mining
- Linux Mint System Administrator’s Beginner's Guide
- 網(wǎng)頁編程技術(shù)
- HBase Design Patterns
- AI 3.0
- 步步圖解自動化綜合技能
- 網(wǎng)站入侵與腳本攻防修煉
- 計算機(jī)與信息技術(shù)基礎(chǔ)上機(jī)指導(dǎo)
- 工業(yè)自動化技術(shù)實訓(xùn)指導(dǎo)
- 單片機(jī)技能與實訓(xùn)
- AMK伺服控制系統(tǒng)原理及應(yīng)用
- Mastering OpenStack(Second Edition)
- 機(jī)床電氣控制與PLC
- 漢字錄入技能訓(xùn)練