<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Run Workloads on Kueue</title>
    <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/</link>
    <description>Recent content in Run Workloads on Kueue</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 01 Apr 2026 07:16:14 -0400</lastBuildDate>
    <atom:link href="https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Run A Kubernetes Job</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/jobs/</link>
      <pubDate>Mon, 14 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/jobs/</guid>
      <description>&lt;p&gt;This page shows you how to run a Job in a Kubernetes cluster with Kueue enabled.&lt;/p&gt;&#xA;&lt;p&gt;The intended audience for this page are &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/#batch-user&#34;&gt;batch users&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;&#xA;Before you begin&#xA;&lt;a href=&#34;#before-you-begin&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Make sure the following conditions are met:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A Kubernetes cluster is running.&lt;/li&gt;&#xA;&lt;li&gt;The kubectl command-line tool has communication with your cluster.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/installation/&#34;&gt;Kueue is installed&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;The cluster has &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/manage/administer_cluster_quotas/&#34;&gt;quotas configured&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The following picture shows all the concepts you will interact with in this tutorial:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run A CronJob</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/run_cronjobs/</link>
      <pubDate>Tue, 12 Dec 2023 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/run_cronjobs/</guid>
      <description>&lt;p&gt;This page shows you how to run a CronJob in a Kubernetes cluster with Kueue enabled.&lt;/p&gt;&#xA;&lt;p&gt;The intended audience for this page are &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/#batch-user&#34;&gt;batch users&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;&#xA;Before you begin&#xA;&lt;a href=&#34;#before-you-begin&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Make sure the following conditions are met:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A Kubernetes cluster is running.&lt;/li&gt;&#xA;&lt;li&gt;The kubectl command-line tool has communication with your cluster.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/installation/&#34;&gt;Kueue is installed&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;The cluster has &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/manage/administer_cluster_quotas/&#34;&gt;quotas configured&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;0-identify-the-queues-available-in-your-namespace&#34;&gt;&#xA;0. Identify the queues available in your namespace&#xA;&lt;a href=&#34;#0-identify-the-queues-available-in-your-namespace&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Run the following command to list the &lt;code&gt;LocalQueues&lt;/code&gt; available in your namespace.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using HAMi</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/using_hami/</link>
      <pubDate>Mon, 15 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/using_hami/</guid>
      <description>&lt;p&gt;This page demonstrates how to use Kueue for running workloads with &lt;a href=&#34;https://github.com/Project-HAMi/HAMi&#34;&gt;HAMi&lt;/a&gt; (Heterogeneous AI Computing Virtualization Middleware) for vGPU resource management.&lt;/p&gt;&#xA;&lt;p&gt;When working with vGPU resources through HAMi, Pods request per-vGPU resources (&lt;code&gt;nvidia.com/gpumem&lt;/code&gt;, &lt;code&gt;nvidia.com/gpucores&lt;/code&gt;) along with the number of vGPUs (&lt;code&gt;nvidia.com/gpu&lt;/code&gt;). For quota management, you need to track the total resource consumption across all vGPU instances.&lt;/p&gt;&#xA;&lt;p&gt;Below we demonstrate how to support this with the &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/manage/administer_cluster_quotas/#transform-resources-for-quota-management&#34;&gt;resource transformation for quota management&lt;/a&gt; in Kueue.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run LeaderWorkerSet</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/leaderworkerset/</link>
      <pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/leaderworkerset/</guid>
      <description>&lt;p&gt;This page shows how to leverage Kueue&amp;rsquo;s scheduling and resource management&#xA;capabilities when running &lt;a href=&#34;https://github.com/kubernetes-sigs/lws&#34;&gt;LeaderWorkerSet&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;We demonstrate how to support scheduling LeaderWorkerSets where a group of Pods constitutes&#xA;a unit of admission represented by a Workload. This allows to scale-up and down LeaderWorkerSets&#xA;group by group.&lt;/p&gt;&#xA;&lt;p&gt;This integration is based on the &lt;a href=&#34;https://kueue.sigs.k8s.io/docs/tasks/run/plain_pods/&#34;&gt;Plain Pod Group&lt;/a&gt; integration.&lt;/p&gt;&#xA;&lt;p&gt;This guide is for &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/#serving-user&#34;&gt;serving users&lt;/a&gt; that have a basic understanding of Kueue.&#xA;For more information, see &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/overview/&#34;&gt;Kueue&amp;rsquo;s overview&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run An AppWrapper</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/appwrappers/</link>
      <pubDate>Wed, 08 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/appwrappers/</guid>
      <description>&lt;p&gt;This page shows how to leverage Kueue&amp;rsquo;s scheduling and resource management capabilities when running &lt;a href=&#34;https://project-codeflare.github.io/appwrapper/&#34;&gt;AppWrappers&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;AppWrappers provide a flexible and workload-agnostic mechanism for enabling Kueue to manage a group of Kubernetes resources as a single&#xA;logical unit without requiring any Kueue-specific support by the controllers of those resources.&lt;/p&gt;&#xA;&lt;p&gt;AppWrappers are designed to harden workloads by providing an additional level of automatic fault detection and recovery. The&#xA;AppWrapper controller monitors the health of the workload and if corrective actions are not taken by the primary resource controllers&#xA;within specified deadlines, the AppWrapper controller will orchestrate workload-level retries and resource deletion to ensure that either the&#xA;workload returns to a healthy state or is cleanly removed from the cluster and its quota freed for use by other workloads.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run A TrainJob</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/trainjobs/</link>
      <pubDate>Tue, 05 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/trainjobs/</guid>
      <description>&lt;p&gt;This page shows how to leverage Kueue&amp;rsquo;s scheduling and resource management capabilities when running &lt;a href=&#34;https://www.kubeflow.org/docs/components/trainer/&#34;&gt;Kubeflow Trainer&lt;/a&gt; TrainJobs.&lt;/p&gt;&#xA;&lt;p&gt;Kubeflow Trainer v2 introduces the &lt;code&gt;TrainJob&lt;/code&gt; API that works seamlessly with Kueue for batch scheduling and resource management. TrainJobs can be configured to use either:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ClusterTrainingRuntime&lt;/strong&gt;: Cluster-scoped training runtimes that can be used across all namespaces&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;TrainingRuntime&lt;/strong&gt;: Namespace-scoped training runtimes that are only available within a specific namespace&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Kueue manages TrainJobs by scheduling their underlying jobs according to available quota and priority.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run Deployment</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/deployment/</link>
      <pubDate>Thu, 25 Jul 2024 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/deployment/</guid>
      <description>&lt;p&gt;This page shows how to leverage Kueue&amp;rsquo;s scheduling and resource management&#xA;capabilities when running Deployments.&#xA;Although Kueue does not yet support managing a Deployment as a single Workload,&#xA;it&amp;rsquo;s still possible to leverage Kueue&amp;rsquo;s scheduling and resource management capabilities for the individual Pods of the Deployment.&lt;/p&gt;&#xA;&lt;p&gt;We demonstrate how to support scheduling Deployments in Kueue based on the Plain Pod integration,&#xA;where every Pod from a Deployment is represented as a single independent Plain Pod.&#xA;This approach allows independent resource management for the Pods, and thus scale-out and scale-in of the Deployment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run StatefulSet</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/statefulset/</link>
      <pubDate>Thu, 25 Jul 2024 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/statefulset/</guid>
      <description>&lt;p&gt;This page shows how to leverage Kueue&amp;rsquo;s scheduling and resource management&#xA;capabilities when running StatefulSets.&lt;/p&gt;&#xA;&lt;p&gt;We demonstrate how to support scheduling StatefulSets in Kueue based on the&#xA;&lt;a href=&#34;https://kueue.sigs.k8s.io/docs/tasks/run/plain_pods/&#34;&gt;Plain Pod Group&lt;/a&gt; integration,&#xA;where StatefulSet is represented as a single independent workload.&lt;/p&gt;&#xA;&lt;p&gt;This guide is for &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/#serving-user&#34;&gt;serving users&lt;/a&gt; that have a basic understanding of Kueue.&#xA;For more information, see &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/overview/&#34;&gt;Kueue&amp;rsquo;s overview&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;&#xA;Before you begin&#xA;&lt;a href=&#34;#before-you-begin&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The &lt;code&gt;statefulset&lt;/code&gt; integration is enabled by default.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run Plain Pods</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/plain_pods/</link>
      <pubDate>Wed, 27 Sep 2023 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/plain_pods/</guid>
      <description>&lt;p&gt;This page shows how to leverage Kueue&amp;rsquo;s scheduling and resource management&#xA;capabilities when running plain Pods. Kueue supports management of both&#xA;&lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/plain_pods/#running-a-single-pod-admitted-by-kueue&#34;&gt;individual Pods&lt;/a&gt;, or&#xA;&lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/plain_pods/#running-a-group-of-pods-to-be-admitted-together&#34;&gt;Pod groups&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This guide is for &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/#batch-user&#34;&gt;batch users&lt;/a&gt; that have a basic understanding of Kueue. For more information, see &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/overview/&#34;&gt;Kueue&amp;rsquo;s overview&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;&#xA;Before you begin&#xA;&lt;a href=&#34;#before-you-begin&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The &lt;code&gt;pod&lt;/code&gt; integration is enabled by default.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run Workloads With DRA Devices</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/dra/</link>
      <pubDate>Sun, 22 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/dra/</guid>
      <description>&lt;p&gt;This page shows you how to run workloads that request hardware devices&#xA;(such as GPUs) managed by&#xA;&lt;a href=&#34;https://kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/&#34;&gt;Dynamic Resource Allocation (DRA)&lt;/a&gt;&#xA;in a Kubernetes cluster with Kueue enabled. The examples use a batch Job, but&#xA;the same approach works with any&#xA;&lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/concepts/workload/&#34;&gt;workload type that Kueue supports&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The intended audience for this page are &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/#batch-user&#34;&gt;batch users&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;For conceptual details about how Kueue handles DRA resources, see&#xA;&lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/concepts/dynamic_resource_allocation/&#34;&gt;Dynamic Resource Allocation concepts&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;&#xA;Before you begin&#xA;&lt;a href=&#34;#before-you-begin&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Make sure the following conditions are met:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run Jobs Using Python</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/python_jobs/</link>
      <pubDate>Wed, 05 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/python_jobs/</guid>
      <description>&lt;p&gt;This guide is for &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/#batch-user&#34;&gt;batch users&lt;/a&gt; that have a basic understanding of interacting with Kubernetes from Python. For more information, see &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/overview/&#34;&gt;Kueue&amp;rsquo;s overview&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;&#xA;Before you begin&#xA;&lt;a href=&#34;#before-you-begin&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Check &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/manage/administer_cluster_quotas/&#34;&gt;administer cluster quotas&lt;/a&gt; for details on the initial cluster setup.&#xA;You&amp;rsquo;ll also need kubernetes python installed. We recommend a virtual environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run A JobSet</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/jobsets/</link>
      <pubDate>Fri, 16 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/jobsets/</guid>
      <description>&lt;p&gt;This document explains how you can use Kueue’s scheduling and resource management functionality when running &lt;a href=&#34;https://github.com/kubernetes-sigs/jobset&#34;&gt;JobSet Operator&lt;/a&gt; &lt;a href=&#34;https://jobset.sigs.k8s.io/docs/concepts/&#34;&gt;JobSet&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This guide is for &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/#batch-user&#34;&gt;batch users&lt;/a&gt; that have a basic understanding of Kueue. For more information, see &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/overview/&#34;&gt;Kueue&amp;rsquo;s overview&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;&#xA;Before you begin&#xA;&lt;a href=&#34;#before-you-begin&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Check &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/manage/administer_cluster_quotas/&#34;&gt;Administer cluster quotas&lt;/a&gt; for details on the initial Kueue setup.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run A RayService</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/rayservices/</link>
      <pubDate>Mon, 30 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/rayservices/</guid>
      <description>&lt;p&gt;This page shows how to leverage Kueue&amp;rsquo;s scheduling and resource management capabilities when running &lt;a href=&#34;https://docs.ray.io/en/latest/cluster/kubernetes/getting-started/rayservice-quick-start.html&#34;&gt;RayService&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Before v0.17.0, Kueue manages the RayService through the RayCluster created for it. Since v0.17.0, Kueue manages the RayService as top level job which is similar like how Kueue manages the RayJob.&lt;/p&gt;&#xA;&lt;p&gt;This guide is for &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/#serving-user&#34;&gt;serving users&lt;/a&gt; that have a basic understanding of Kueue. For more information, see &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/overview/&#34;&gt;Kueue&amp;rsquo;s overview&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;&#xA;Before you begin&#xA;&lt;a href=&#34;#before-you-begin&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Make sure you are using Kueue v0.6.0 version or newer and KubeRay v1.3.0 or newer.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run A RayCluster</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/rayclusters/</link>
      <pubDate>Wed, 07 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/rayclusters/</guid>
      <description>&lt;p&gt;This page shows how to leverage Kueue&amp;rsquo;s scheduling and resource management capabilities when running &lt;a href=&#34;https://docs.ray.io/en/latest/cluster/kubernetes/getting-started/raycluster-quick-start.html&#34;&gt;RayCluster&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This guide is for &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/#batch-user&#34;&gt;batch users&lt;/a&gt; that have a basic understanding of Kueue. For more information, see &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/overview/&#34;&gt;Kueue&amp;rsquo;s overview&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;&#xA;Before you begin&#xA;&lt;a href=&#34;#before-you-begin&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Make sure you are using Kueue v0.6.0 version or newer and KubeRay v1.1.0 or newer.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run A RayJob</title>
      <link>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/rayjobs/</link>
      <pubDate>Wed, 07 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/rayjobs/</guid>
      <description>&lt;p&gt;This page shows how to leverage Kueue&amp;rsquo;s scheduling and resource management capabilities when running &lt;a href=&#34;https://github.com/ray-project/kuberay&#34;&gt;KubeRay&amp;rsquo;s&lt;/a&gt;&#xA;&lt;a href=&#34;https://docs.ray.io/en/latest/cluster/kubernetes/getting-started/rayjob-quick-start.html&#34;&gt;RayJob&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This guide is for &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/tasks/#batch-user&#34;&gt;batch users&lt;/a&gt; that have a basic understanding of Kueue. For more information, see &lt;a href=&#34;https://deploy-preview-10589--kubernetes-sigs-kueue.netlify.app/docs/overview/&#34;&gt;Kueue&amp;rsquo;s overview&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;&#xA;Before you begin&#xA;&lt;a href=&#34;#before-you-begin&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Make sure you are using Kueue v0.6.0 version or newer and KubeRay v1.1.0 or newer.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
