Join us

ContentUpdates and recent posts about kueue..
 Activity
@oseweka2 started using tool SonarQube , 1 week, 6 days ago.
 Activity
@oseweka2 started using tool Prometheus , 1 week, 6 days ago.
 Activity
@oseweka2 started using tool Kubernetes , 1 week, 6 days ago.
 Activity
@oseweka2 started using tool Jenkins , 1 week, 6 days ago.
 Activity
@oseweka2 started using tool Grafana , 1 week, 6 days ago.
 Activity
@oseweka2 started using tool GitHub Actions , 1 week, 6 days ago.
 Activity
@oseweka2 started using tool Docker , 1 week, 6 days ago.
 Activity
@oseweka2 started using tool AWS EKS , 1 week, 6 days ago.
 Activity
@oseweka2 started using tool Argo CD , 1 week, 6 days ago.
 Activity
@oseweka2 started using tool Ansible , 1 week, 6 days 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.