website/content/zh-cn/docs/reference/glossary/device-plugin.md

2.0 KiB
Raw Blame History

title id date full_link short_description aka tags
设备插件Device Plugin device-plugin 2019-02-02 /zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ 一种软件扩展,可以使 Pod 访问由特定厂商初始化或者安装的设备。
fundamental
extension

设备插件在工作{{<glossary_tooltip term_id="node" text="节点">}}上运行并为 {{<glossary_tooltip term_id="pod" text="Pod">}} 提供访问资源的能力, 例如:本地硬件这类资源需要特定于供应商的初始化或安装步骤。

设备插件向 {{<glossary_tooltip term_id="kubelet" text="kubelet" >}} 公布资源,以便工作负载 Pod 访问 Pod 运行所在节点上的硬件功能特性。 你可以将设备插件部署为 {{<glossary_tooltip term_id="daemonset" >}} 或者直接在每个目标节点上安装设备插件软件。

更多信息请查阅设备插件