--- title: 驱动插件 id: device-plugin date: 2019-02-02 full_link: /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ short_description: > 在 Kubernetes 中运行的容器提供对供应商特定资源的访问权限。 aka: tags: - fundamental - extension --- 设备插件是在 Kubernetes 中运行的容器,可用于访问供应商特定资源。 [驱动插件](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) 是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。驱动插件将这些资源发布到 {{< glossary_tooltip term_id="kubelet" >}}。并且可以手动部署或做为 {{< glossary_tooltip term_id="daemonset" >}},而不用编写定制的 Kubernetes 代码。