Device Plugin to Glossary page (#12486)

pull/12621/head
Damini Satya 2019-02-13 10:56:12 +05:30 committed by Kubernetes Prow Robot
parent e7626d7687
commit 0a01c8fc9a
1 changed files with 17 additions and 0 deletions

View File

@ -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.
<!--more-->
[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.