Device Plugin to Glossary page (#12486)
parent
e7626d7687
commit
0a01c8fc9a
|
@ -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.
|
Loading…
Reference in New Issue