Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Red Hat build of Kueue 1.3: Enhanced batch workload management on Kubernetes

April 16, 2026
Kevin Hannon
Related topics:
Artificial intelligenceContainersKubernetes
Related products:
Red Hat OpenShift

    Red Hat build of Kueue 1.3 is now available. This Kubernetes-native job queuing controller manages how batch workloads share resources in a cluster. The 1.3 release adds support for specialized workload controllers and updates the API for future development.

    Key highlights of Kueue 1.3

    The 1.3 release helps Kueue schedule batch jobs more efficiently in Kubernetes environments. Key changes include support for JobSet and LeaderWorkerSet workloads and the introduction of v1beta2 APIs for long-term stability.

    Managing batch jobs with JobSet

    Kueue 1.3 now integrates with JobSet. JobSet is a Kubernetes controller that manages batches of similar jobs. These jobs often require coordinated scaling, failure handling, and lifecycle management for high-performance computing and AI workloads.

    What this means for you:

    • Coordinated resource allocation: Define JobSet workloads and manage resource use through Kueue queuing and resource policies.
    • Improved reliability: Use JobSet features for stable batch execution with Kueue fair-sharing and preemption logic.
    • Simplified operations: Define complex, multi-job dependencies within a single JobSet for Kueue to schedule.

    Coordinating distributed workloads with LeaderWorkerSet

    Following the theme of deeper workload integration, Kueue 1.3 also includes support for LeaderWorkerSet. This pattern helps machine learning (ML) and distributed computing workloads where one leader process coordinates multiple worker processes.

    Key benefits of LeaderWorkerSet support:

    • Optimized for distributed ML: Schedule and manage distributed serving workloads to ensure all processes receive resources at once.
    • Better resource use: Kueue admits the LeaderWorkerSet only when resources are available, which prevents partial job startups and wasted compute cycles.
    • Fair sharing: Manage these specialized workloads alongside standard jobs, using Kueue quota management.

    Introduction of v1beta2 APIs

    This release introduces the v1beta2 API versions for key resources. The v1beta1 APIs are now deprecated and will be removed in a future release.

    We recommend moving to the new APIs, though v1beta1 remains supported for now.

    The shift to v1beta2 includes:

    • Updated structure: Refinements to the API schema make resource definitions clearer and more intuitive.
    • Scalability and support: This update lays the groundwork for future features and stricter validation.

    Get started with Red Hat build of Kueue 1.3

    Current users can now explore these integrations and migrate to the v1beta2 APIs.

    After installing the operator, apply the following YAML to enable LeaderWorkerSet and JobSet:

    apiVersion: kueue.openshift.io/v1
    kind: Kueue
    metadata:
      labels:
        app.kubernetes.io/name: kueue-operator
        app.kubernetes.io/managed-by: kustomize
      name: cluster
      namespace: openshift-kueue-operator
    spec:
      managementState: Managed
      config:
        integrations:
          frameworks:
          - BatchJob
          - Pod
          - Deployment
          - StatefulSet
          - JobSet
          - LeaderWorkerSet

    Find installation instructions and release notes in the Red Hat documentation for Kueue.

    To learn more about AI workloads in Red Hat OpenShift, see the official documentation.

    Related Posts

    • Tame Ray workloads on OpenShift AI with KubeRay and Kueue

    • Optimize GPU utilization with Kueue and KEDA

    • Improve GPU utilization with Kueue in OpenShift AI

    • Batch inference on OpenShift AI with Ray Data, vLLM, and CodeFlare

    • Submit remote RayJobs to a Ray cluster with the CodeFlare SDK

    Recent Posts

    • Federated identity across the hybrid cloud using zero trust workload identity manager

    • Confidential virtual machine storage attack scenarios

    • Introducing virtualization platform autopilot

    • Integrate zero trust workload identity manager with Red Hat OpenShift GitOps

    • Best Practice Configuration and Tuning for Linux and Windows VMs

    What’s up next?

    Learning Path Kubernetes Init Containers learning path feature image.

    Build and populate a database using Kubernetes init containers

    You can build and populate a database that is running in Red Hat OpenShift in...
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.