Join us

ContentUpdates and recent posts about kueue..
Link
@anjali shared a link, 5 months, 3 weeks ago
Customer Marketing Manager, Last9

Instrumentation: Getting Signals In

See how instrumentation in OpenTelemetry helps track app issues, know the difference between auto and manual methods, and when to use them.

otel_metrics_quarkus
 Activity
@devopslinks added a new tool Syft , 5 months, 3 weeks ago.
 Activity
@kaptain added a new tool KubeLinter , 5 months, 3 weeks ago.
 Activity
@devopslinks added a new tool Grype , 5 months, 3 weeks ago.
 Activity
@kaptain added a new tool Hadolint , 5 months, 3 weeks ago.
 Activity
@varbear added a new tool Bandit , 5 months, 3 weeks ago.
 Activity
@devopslinks added a new tool JFrog Xray , 5 months, 3 weeks ago.
 Activity
@devopslinks added a new tool OWASP Dependency-Check , 5 months, 3 weeks ago.
 Activity
@varbear added a new tool pre-commit , 5 months, 3 weeks ago.
 Activity
@devopslinks added a new tool GitGuardian , 5 months, 3 weeks 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.