[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
Kei Takamizu 2024-07-03 11:52:09 +09:00 committed by GitHub
parent eb2e79ac34
commit 8a45c83b66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 0 deletions

View File

@ -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/)をご覧ください。