NGC Catalog
CLASSIC
Welcome Guest
Helm Charts
KAI Scheduler

KAI Scheduler

For versions and more information, please view on a desktop device.
Logo for KAI Scheduler
Description
Kubernetes natvie scheduling system for AI workloads
Publisher
NVIDIA
Latest Version
v0.2.0
Compressed Size
64.86 KB
Modified
March 24, 2025

KAI Scheduler

KAI Scheduler is a robust, efficient, and scalable Kubernetes scheduler that optimizes GPU resource allocation for AI workloads. Designed to handle large-scale GPU clusters, including thousands of nodes, and manage a high throughput of workloads, makes it ideal for extensive and demanding environments.

Quick start

Install the helm chart using the following commands:

# Add helm repository
$ helm repo add nvidia https://helm.ngc.nvidia.com/nvidia/k8s \
   && helm repo update

# Install KAI scheduler Helm chart
$ helm upgrade \
     -i kai-scheduler nvidia/kai-scheduler -n kai-scheduler --create-namespace

# Validate installation
kubectl -n kai-scheduler get pods

Documentation

For information on getting started, visit the documentation.

Support and Getting Help

Please open an issue on the GitHub repository for any questions. Your feedback and contributions are very much appreciated!