File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
content/ja/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : デバイスプラグイン
3
+ id : device-plugin
4
+ date : 2019-02-02
5
+ full_link : /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
6
+ short_description : >
7
+ ベンダー固有の初期化やセットアップを必要とするデバイスにPodがアクセスできるようにするためのソフトウェア拡張機能
8
+ aka :
9
+ tags :
10
+ - fundamental
11
+ - extension
12
+ ---
13
+ デバイスプラグインはワーカー{{< glossary_tooltip term_id="node" text="ノード">}}上で実行され、ベンダー固有の初期化やセットアップ手順を必要とするローカルのハードウェアへのアクセスを{{< glossary_tooltip term_id="pod" text="Pod">}}に提供します。
14
+
15
+ <!-- more-->
16
+
17
+ デバイスプラグインは、ワークロード上のPodが、実行されているノードに関連するハードウェア機能にアクセスできるようにリソースを{{< glossary_tooltip term_id="kubelet" text="kubelet" >}}に提供します。デバイスプラグインは{{< glossary_tooltip term_id="daemonset" >}}としてデプロイするか、ターゲットの各ノードに直接デバイスプラグインのソフトウェアをインストールすることができます。
18
+ 詳細については、[ デバイスプラグイン] ( /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ ) をご覧ください。
You can’t perform that action at this time.
0 commit comments