Join us

ContentUpdates and recent posts about kueue..
 Activity
@sebasnob started using tool Symfony , 1 month ago.
 Activity
@sebasnob started using tool Laravel , 1 month ago.
Story
@laura_garcia shared a post, 1 month ago
Software Developer, RELIANOID

🌍 RELIANOID at DevOpsDays Almaty 2025 | 24 October | Almaty, Kazakhstan

DevOpsDays — a global series of technical conferences uniting software development and IT operations professionals — is coming to Almaty on 24 October 2025! 🎉 This event will gather local and international experts, engineers, and businesses to share insights, drive collaboration, and grow the DevOp..

devopsdays almaty event
 Activity
@thecodehazel started using tool React Redux , 1 month ago.
 Activity
@thecodehazel started using tool Next.js , 1 month ago.
 Activity
@jeffmoore64pub started using tool Visual Studio Code , 1 month, 1 week ago.
 Activity
@jeffmoore64pub started using tool ChatGPT , 1 month, 1 week ago.
 Activity
@jeffmoore64pub started using tool Azure , 1 month, 1 week ago.
 Activity
@sahil started using tool Kubernetes , 1 month, 1 week ago.
 Activity
@joey started using tool React , 1 month, 1 week 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.