From 0a01c8fc9adca782a4436ccffd119ac25d618b3d Mon Sep 17 00:00:00 2001 From: Damini Satya Date: Wed, 13 Feb 2019 10:56:12 +0530 Subject: [PATCH] Device Plugin to Glossary page (#12486) --- .../en/docs/reference/glossary/device-plugin.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/en/docs/reference/glossary/device-plugin.md diff --git a/content/en/docs/reference/glossary/device-plugin.md b/content/en/docs/reference/glossary/device-plugin.md new file mode 100644 index 0000000000..02e5500677 --- /dev/null +++ b/content/en/docs/reference/glossary/device-plugin.md @@ -0,0 +1,17 @@ +--- +title: Device Plugin +id: device-plugin +date: 2019-02-02 +full_link: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ +short_description: > + Device Plugins are containers running in Kubernetes that provide access to a vendor specific resource. +aka: +tags: +- fundamental +- extension +--- + Device Plugins are containers running in Kubernetes that provide access to a vendor specific resource. + + + +[Device Plugin](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) 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.