⎈ k8s knowledge compiler

Device Plugin [glossary]deterministic

Software extensions to let Pods access devices that need vendor-specific initialization or setup

fundamentalextensionapicli

Device plugins run on worker [Nodes](#gloss:node) and provide [Pods](#gloss:pod) with access to infrastructure [resources](#gloss:infrastructure-resource), such as local hardware, that require vendor-specific initialization or setup steps.

Device plugins advertise resources to the [kubelet](#gloss:kubelet), so that workload Pods can access hardware features that relate to the Node where that Pod is running. You can deploy a device plugin as a [daemonset](#gloss:daemonset), or install the device plugin software directly on each target Node.

See [Device Plugins](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) for more information.

Sources

reference/glossary/device-plugin.md · docSoftware extensions to let Pods access devices that need vendor-specific initialization or setup

Related (5)

references Schedule GPUsdevice plugins conf=1
prerequisite_of Container network interface (CNI)ai-suggested prerequisite conf=0.7
prerequisite_of DeviceClassai-suggested prerequisite conf=0.7
prerequisite_of CRI-Oai-suggested prerequisite conf=0.7
prerequisite_of Container network interface (CNI)ai-suggested prerequisite conf=0.7

← all Docs