Join us

ContentUpdates and recent posts about kueue..
 Activity
@codechaintech started using tool Atlassian Bitbucket , 2 weeks, 6 days ago.
Link
@simme shared a link, 2 weeks, 6 days ago
Senior Engineering Manager, @canonical

Boring code is an organizational tell

Boring code is an organizational symptom, not an aesthetic failure. Co-change patterns in version control reveal team boundaries before any retrospective does; ownership concentration predicts defects better than code complexity metrics. With agents removing the friction that contained clever code accumulation, the incentive structures that produce boring code have never mattered more.

gradients
 Activity
@simme started using tool Ubuntu , 2 weeks, 6 days ago.
 Activity
@simme started using tool TypeScript , 2 weeks, 6 days ago.
 Activity
@simme started using tool Python , 2 weeks, 6 days ago.
 Activity
@simme started using tool PostgreSQL , 2 weeks, 6 days ago.
 Activity
@simme started using tool lxd , 2 weeks, 6 days ago.
 Activity
@simme started using tool Kubernetes , 2 weeks, 6 days ago.
 Activity
@simme started using tool K6 , 2 weeks, 6 days ago.
 Activity
@simme started using tool Juju , 2 weeks, 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.