Files
website/content/en/docs/reference/glossary/device-plugin.md
T
2019-02-12 21:26:12 -08:00

785 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Device Plugin device-plugin 2019-02-02 https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ Device Plugins are containers running in Kubernetes that provide access to a vendor specific resource.
fundamental
extension

Device Plugins are containers running in Kubernetes that provide access to a vendor specific resource.

Device Plugin are containers running in Kubernetes that provide access to a vendor specific resource. Device Plugins advertise these resources to kubelet and can be deployed manually or as a DeamonSet, rather than writing custom Kubernetes code.