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

1.5 KiB

title id date full_link short_description aka tags
驱动插件 device-plugin 2019-02-02 /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ 在 Kubernetes 中运行的容器提供对供应商特定资源的访问权限。
fundamental
extension

设备插件是在 Kubernetes 中运行的容器,可用于访问供应商特定资源。

驱动插件 是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。驱动插件将这些资源发布到 {{< glossary_tooltip term_id="kubelet" >}}。并且可以手动部署或做为 {{< glossary_tooltip term_id="daemonset" >}},而不用编写定制的 Kubernetes 代码。