+++
title = "Kueue"
linkTitle = "Kueue"
description = "Kueue is a cloud-native job queueing system for batch, HPC, AI/ML, and similar applications in a Kubernetes cluster"
+++
{{< blocks/cover title="Welcome to Kueue" image_anchor="top" height="full" color="orange" >}}
Read the docs
Github
Kubernetes-native Job Queueing
{{< blocks/link-down color="info" id="description" >}}
{{< /blocks/cover >}}
{{% blocks/lead color="primary"%}}
Kueue is a cloud-native job queueing system for batch, HPC, AI/ML, and similar applications in a Kubernetes cluster.
{{% /blocks/lead %}}
{{% blocks/lead color="secondary" %}}
Use Kueue to build a multi-tenant batch service with quotas and a hierarchy for sharing resources among teams in your organization. Based on the available quotas, Kueue decides when jobs should wait and when and where they should run.
{{% /blocks/lead %}}
{{% blocks/lead color="dark" %}}
Kueue works in combination with standard kube-scheduler, cluster-autoscaler, and the rest of the kubernetes ecosystem. This combination allows Kueue to run both on-prem and in the cloud, where resources can be heterogeneous, fungible, and dynamically provisioned.
{{% /blocks/lead %}}
{{< blocks/section color="light" >}}
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/kubernetes-sigs/kueue" %}}
We do a [Pull Request](https://github.com/kubernetes-sigs/kueue/pulls) contributions workflow on **GitHub**. New users are always welcome!
{{% /blocks/feature %}}
{{% blocks/feature icon="fab fa-slack" title="Connect with us" url="https://kubernetes.slack.com" %}}
Talk to contributors on [#wg-batch](https://kubernetes.slack.com/messages/wg-batch) channel
{{% /blocks/feature %}}
{{% blocks/feature icon="fa fa-envelope" title="Join the mailing group" url="https://groups.google.com/a/kubernetes.io/g/wg-batch" %}}
Join the conversation on the [mailing group](https://groups.google.com/a/kubernetes.io/g/wg-batch)
{{% /blocks/feature %}}
{{< /blocks/section >}}