Skip to content

Latest commit

 

History

History

concepts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Concepts

This section of the documentation helps you learn about the components, APIs and abstractions that Kueue uses to represent your cluster and workloads.

APIs

A cluster-scoped resource that governs a pool of resources, defining usage limits and fair sharing rules.

A namespaced resource that groups closely related workloads belonging to a single tenant.

An application that will run to completion. It is the unit of admission in Kueue. Sometimes referred to as job.

A kind or type of resource in a cluster. It could distinguish among different characteristics of resources such as availability, pricing, architecture, models, etc.

Glossary

Admission

The process of admitting a Workload to start (pods to be created). A Workload is admitted by a ClusterQueue according to the available resources and gets resource flavors assigned for each requested resource.

Sometimes referred to as workload scheduling or job scheduling (not to be confused with pod scheduling).

A group of ClusterQueues that can borrow unused quota from each other.

Queueing

The time between a workload is created until it is admitted by a ClusterQueue. Typically, the workload will compete with other workloads for available quota based on the fair sharing rules of the ClusterQueue.