website/content/ja/docs/reference/glossary/device-plugin.md

1.3 KiB
Raw Blame History

title id date full_link short_description aka tags
デバイスプラグイン device-plugin 2019-02-02 /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ ベンダー固有の初期化やセットアップを必要とするデバイスにPodがアクセスできるようにするためのソフトウェア拡張機能
fundamental
extension

デバイスプラグインはワーカー{{< glossary_tooltip term_id="node" text="ノード">}}上で実行され、ベンダー固有の初期化やセットアップ手順を必要とするローカルのハードウェアへのアクセスを{{< glossary_tooltip term_id="pod" text="Pod">}}に提供します。

デバイスプラグインは、ワークロード上のPodが、実行されているードに関連するハードウェア機能にアクセスできるようにリソースを{{< glossary_tooltip term_id="kubelet" text="kubelet" >}}に提供します。デバイスプラグインは{{< glossary_tooltip term_id="daemonset" >}}としてデプロイするか、ターゲットの各ノードに直接デバイスプラグインのソフトウェアをインストールすることができます。 詳細については、デバイスプラグインをご覧ください。