NGC | Catalog
CatalogHelm ChartsNVIDIA GPU Operator

NVIDIA GPU Operator

Logo for NVIDIA GPU Operator
Features
Description
Deploy and Manage NVIDIA GPU resources in Kubernetes.
Publisher
NVIDIA
Latest Version
v23.9.2
Compressed Size
288.93 KB
Modified
March 6, 2024

GitHub license

NVIDIA GPU Operator

nvidia-gpu-operator

Kubernetes provides access to special hardware resources such as NVIDIA GPUs, NICs, Infiniband adapters and other devices through the device plugin framework. However, configuring and managing nodes with these hardware resources requires configuration of multiple software components such as drivers, container runtimes or other libraries which are difficult and prone to errors. The NVIDIA GPU Operator uses the operator framework within Kubernetes to automate the management of all NVIDIA software components needed to provision GPU. These components include the NVIDIA drivers (to enable CUDA), Kubernetes device plugin for GPUs, the NVIDIA Container Runtime, automatic node labelling, DCGM based monitoring and others.

Need enterprise support? NVIDIA global support is available for NVIDIA GPU Operator with the NVIDIA AI Enterprise software suite. Check out NVIDIA LaunchPad for free access to a of hands-on lab with the NVIDIA GPU Operator on NVIDIA infrastructure.

Audience and Use-Cases

The GPU Operator allows administrators of Kubernetes clusters to manage GPU nodes just like CPU nodes in the cluster. Instead of provisioning a special OS image for GPU nodes, administrators can rely on a standard OS image for both CPU and GPU nodes and then rely on the GPU Operator to provision the required software components for GPUs.

Note that the GPU Operator is specifically useful for scenarios where the Kubernetes cluster needs to scale quickly - for example provisioning additional GPU nodes on the cloud or on-prem and managing the lifecycle of the underlying software components. Since the GPU Operator runs everything as containers including NVIDIA drivers, the administrators can easily swap various components - simply by starting or stopping containers.

The GPU Operator is not a good fit for scenarios when using hybrid environments that use a combination of Kubernetes and Slurm for workload management.

Product Documentation

For information on platform support and getting started, visit the official documentation repository.

Contributions

Read the document on contributions. You can contribute by opening a pull request.

Support and Getting Help

Please open an issue on the GitHub project for any questions. Your feedback is appreciated.