sigs.k8s.io/kueue@v0.6.2/site/content/en/_index.html (about) 1 +++ 2 title = "Kueue" 3 linkTitle = "Kueue" 4 description = "Kueue is a cloud-native job queueing system for batch, HPC, AI/ML, and similar applications in a Kubernetes cluster" 5 +++ 6 7 {{< blocks/cover title="Welcome to Kueue" image_anchor="top" height="full" color="orange" >}} 8 <div class="mx-auto"> 9 <a class="btn btn-lg btn-primary mr-3 mb-4" href="/docs/"> 10 Read the docs <i class="fas fa-arrow-alt-circle-right ml-2"></i> 11 </a> 12 <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/kubernetes-sigs/kueue"> 13 Github <i class="fab fa-github ml-2 "></i> 14 </a> 15 <p class="lead mt-5">Kubernetes-native Job Queueing</p> 16 {{< blocks/link-down color="info" id="description" >}} 17 </div> 18 {{< /blocks/cover >}} 19 20 <div id="description" ></div> 21 22 {{% blocks/lead color="primary"%}} 23 <h1 class="text-center">Kueue is a cloud-native job queueing system for batch, HPC, AI/ML, and similar applications in a Kubernetes cluster.</h1> 24 {{% /blocks/lead %}} 25 26 {{% blocks/lead color="secondary" %}} 27 <h1 class="text-center">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. 28 </h1> 29 {{% /blocks/lead %}} 30 31 {{% blocks/lead color="dark" %}} 32 <h1 class="text-center">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. </h1> 33 {{% /blocks/lead %}} 34 35 {{< blocks/section color="light" >}} 36 37 {{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/kubernetes-sigs/kueue" %}} 38 We do a [Pull Request](https://github.com/kubernetes-sigs/kueue/pulls) contributions workflow on **GitHub**. New users are always welcome! 39 {{% /blocks/feature %}} 40 41 {{% blocks/feature icon="fab fa-slack" title="Connect with us" url="https://kubernetes.slack.com" %}} 42 Talk to contributors on [#wg-batch](https://kubernetes.slack.com/messages/wg-batch) channel 43 {{% /blocks/feature %}} 44 45 {{% blocks/feature icon="fa fa-envelope" title="Join the mailing group" url="https://groups.google.com/a/kubernetes.io/g/wg-batch" %}} 46 Join the conversation on the [mailing group](https://groups.google.com/a/kubernetes.io/g/wg-batch) 47 {{% /blocks/feature %}} 48 49 50 {{< /blocks/section >}}