Join us

ContentUpdates and recent posts about kueue..
Discovery IconThat's all about @kueue — explore more posts below...
 Activity
@environmentalbit3940 started using tool werf , 8 hours, 7 minutes ago.
 Activity
@environmentalbit3940 started using tool VictoriaMetrics , 8 hours, 7 minutes ago.
 Activity
@environmentalbit3940 started using tool SaltStack , 8 hours, 7 minutes ago.
 Activity
@environmentalbit3940 started using tool Python , 8 hours, 7 minutes ago.
 Activity
@environmentalbit3940 started using tool Pulumi , 8 hours, 7 minutes ago.
 Activity
@environmentalbit3940 started using tool Kubernetes , 8 hours, 7 minutes ago.
 Activity
@environmentalbit3940 started using tool Grafana , 8 hours, 7 minutes ago.
 Activity
@environmentalbit3940 started using tool Go , 8 hours, 7 minutes ago.
 Activity
@environmentalbit3940 started using tool GNU/Linux , 8 hours, 7 minutes ago.
 Activity
@environmentalbit3940 started using tool GitLab CI/CD , 8 hours, 7 minutes ago.
Kueue is a Kubernetes-native job queueing and workload management system designed for large-scale, mixed compute environments such as AI/ML training, batch workloads, and HPC workflows. Instead of scheduling individual Pods, Kueue operates at the job level, deciding when a job should run based on resource quotas, fair-sharing policies, cluster availability, and workload priorities.

Kueue integrates tightly with Kubernetes, working alongside the default scheduler rather than replacing it. It provides features such as all-or-nothing (gang) admission, workload preemption, quota-based sharing across teams or tenants, and support for advanced frameworks like JobSet and Ray. Its goal is to help Kubernetes clusters run efficiently under heavy load while ensuring that critical, latency-sensitive, or large training jobs receive the resources they need without starving lower-priority workloads.