Tag: #device-plugin
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Device Plugins and GPU Scheduling — Where nvidia.com/gpu Comes From
Kubernetes does not know what a GPU is. What makes a node advertise GPUs as a resource is a device plugin registered with the kubelet, and the name that falls out of it is the extended resource nvidia.com/gpu. This post
2026-08-12 · 6 min read #gpu#kubernetes#device-plugin#scheduling#nvidiaNVIDIA GPU Operator Complete Guide: Components, Installation, and KubeVirt GPU Passthrough
A detailed analysis of NVIDIA GPU Operator architecture and the roles of its 7 core components (Driver, Container Toolkit, Device Plugin, DCGM, MIG Manager, Node Feature Discovery, GFD), covering Helm-based installation,
2026-03-01 · 18 min read #gpu-operator#nvidia#kubernetes#kubevirt#gpu