- 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.
- Ansible Configuration Management
- 工業機器人產品應用實戰
- Getting Started with Clickteam Fusion
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- 我也能做CTO之程序員職業規劃
- 大數據驅動的機械裝備智能運維理論及應用
- TensorFlow Reinforcement Learning Quick Start Guide
- Bayesian Analysis with Python
- 手機游戲策劃設計
- Microsoft Dynamics CRM 2013 Marketing Automation
- 傳感器原理與工程應用
- 算法設計與分析
- Linux常用命令簡明手冊
- 數據清洗
- 開放自動化系統應用與實戰:基于標準建模語言IEC 61499