Kubernetes scheduling method and device and storage medium
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- BEIJING UNIV OF CIVIL ENG & ARCHITECTURE
- Publication Date
- 2022-02-18
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of container arrangement, in particular to a method for realizing a Kubernetes scheduling strategy. Background technique
[0002] Kubernetes is an open source system, mainly used for the management of integrated applications across hosts in the cluster. A core feature of Kubernetes is that it dynamically manages containers to ensure that the state of the cluster meets user needs. Pod is the smallest unit for scheduling and management in the cluster. All containers run in the Pod, and each Pod can run one or more containers. Each cluster consists of control node Master and Node nodes ( figure 1 ). The core of the Scheduler (scheduler) is how to select the appropriate Node node from the cluster to assign to the Pod to be scheduled ( figure 2 ).
[0003] Most of the current kubernetes resource scheduling algorithms score and prioritize Node nodes, such as the built-in LeastRequested and Priority algorithm...