@tank/kueue

Analyzes Kueue repository guidance to produce structured Kubernetes queuing knowledge for workload admission scenarios.

1|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/tankpkg/packages --skill tank-kueue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @tank/kueue
Source: https://github.com/tankpkg/packages/tree/main/skills/kueue
Command: npx skills add https://github.com/tankpkg/packages --skill tank-kueue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Kueue helps teams control when Kubernetes workloads start by turning ad hoc job submission into governed queueing with quotas, priorities, and admission checks, reducing cluster contention and wasted capacity.

Core Features & Use Cases

It covers ResourceFlavor, ClusterQueue, LocalQueue, Workload, Cohort, AdmissionCheck, and WorkloadPriorityClass flows for batch, AI/ML, HPC, and multi-cluster operations. Use it to configure production job admission, share GPU or CPU capacity across teams, enable preemption and fair sharing, wire in autoscaling or federation, and troubleshoot stalled workloads with metrics and CLI guidance.

Quick Start

Ask the Skill to explain how to install, configure, and operate Kueue for a Kubernetes cluster with shared GPU workloads and fair queueing.

Frequently Asked Questions about @tank/kueue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Kubernetes quota and queueing for shared GPU workloads?

You manage Kubernetes quota for shared GPU workloads by configuring ClusterQueue and LocalQueue resources in Kueue, which governs job admission and capacity sharing across teams to reduce cluster contention.

What is workload admission control in Kubernetes and when do I need it?

Workload admission control in Kubernetes governs when submitted jobs start executing based on quotas, priorities, and admission checks. You need it for batch, AI/ML, and HPC scenarios where shared cluster capacity requires governed queueing to prevent resource contention.

How do I configure preemption and fair sharing for Kubernetes batch jobs?

You configure preemption and fair sharing for Kubernetes batch jobs by defining Cohort and WorkloadPriorityClass resources in Kueue, enabling prioritized workload admission and automatic suspension of lower-priority jobs when capacity is constrained.

Does Kueue support multi-cluster workload queueing and autoscaling integrations?

Kueue supports multi-cluster workload queueing through MultiKueue configurations and integrates with cluster autoscaling, allowing batch and HPC workloads to be admitted and dispatched across federated Kubernetes clusters based on available ResourceFlavor capacity.

How do I troubleshoot stalled Kubernetes workloads using queueing metrics?

You troubleshoot stalled Kubernetes workloads by inspecting Kueue observability metrics and CLI outputs to diagnose admission check failures, ResourceFlavor shortages, or ClusterQueue quota limits blocking workload activation in the queueing system.

Can I use topology-aware scheduling with Kubernetes quota management?

Yes, Kubernetes quota management supports topology-aware scheduling through Kueue ResourceFlavor configurations, allowing batch and AI/ML workloads to target specific hardware topologies for optimized GPU scheduling and HPC performance.