View available GPU resources
Inspect ResourceSlices and pools to see which GPU, MIG, and VFIO devices are allocatable on your cluster.
These guides walk through how to run GPU workloads with the driver: requesting
full GPUs, sharing them, and using MIG and VFIO passthrough. For example manifests, refer to
demo/
in the repository.
Inspect ResourceSlices and pools to see which GPU, MIG, and VFIO devices are allocatable on your cluster.
Request full GPUs with ResourceClaimTemplates and CEL selectors.
Share a single GPU between multiple containers using CUDA time-slicing.
Allocate MIG slices to containers using static or dynamic MIG.
Configure the DRA driver for NVIDIA GPUs for KubeVirt VFIO passthrough.