[ja] Translate content/en/docs/reference/glossary/device-plugin.md into Japanese (#46959)
* [ja] Translate content/en/docs/reference/glossary/device-plugin.md into Japanese * Update content/ja/docs/reference/glossary/device-plugin.md Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com> * Update content/ja/docs/reference/glossary/device-plugin.md Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com> * Update content/ja/docs/reference/glossary/device-plugin.md Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com> --------- Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>pull/47077/head
parent
eb2e79ac34
commit
8a45c83b66
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: デバイスプラグイン
|
||||
id: device-plugin
|
||||
date: 2019-02-02
|
||||
full_link: /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
|
||||
short_description: >
|
||||
ベンダー固有の初期化やセットアップを必要とするデバイスにPodがアクセスできるようにするためのソフトウェア拡張機能
|
||||
aka:
|
||||
tags:
|
||||
- fundamental
|
||||
- extension
|
||||
---
|
||||
デバイスプラグインはワーカー{{< glossary_tooltip term_id="node" text="ノード">}}上で実行され、ベンダー固有の初期化やセットアップ手順を必要とするローカルのハードウェアへのアクセスを{{< glossary_tooltip term_id="pod" text="Pod">}}に提供します。
|
||||
|
||||
<!--more-->
|
||||
|
||||
デバイスプラグインは、ワークロード上のPodが、実行されているノードに関連するハードウェア機能にアクセスできるようにリソースを{{< glossary_tooltip term_id="kubelet" text="kubelet" >}}に提供します。デバイスプラグインは{{< glossary_tooltip term_id="daemonset" >}}としてデプロイするか、ターゲットの各ノードに直接デバイスプラグインのソフトウェアをインストールすることができます。
|
||||
詳細については、[デバイスプラグイン](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)をご覧ください。
|
Loading…
Reference in New Issue