[ja] Translate content/en/docs/reference/glossary/flexvolume.md into Japanese

pull/47740/head
kohbis 2024-08-31 21:40:34 +09:00
parent be91dec812
commit 5ce517a5a3
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
---
title: FlexVolume
id: flexvolume
date: 2018-06-25
full_link: /ja/docs/concepts/storage/volumes/#flexvolume
short_description: >
FlexVolumeは、ツリー外のボリュームプラグインを作成するための非推奨なインターフェースです。{{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}}は、FlexVolumeのいくつかの問題に対処する新しいインターフェースです。
aka:
tags:
- storage
---
FlexVolumeは、ツリー外のボリュームプラグインを作成するための非推奨なインターフェースです。{{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}}は、FlexVolumeのいくつかの問題に対処する新しいインターフェースです。
<!--more-->
FlexVolumeを使用すると、ユーザーは独自のドライバーを作成し、Kubernetesでそれらのボリュームをサポートすることができます。
FlexVolumeドライバーのバイナリと依存関係は、ホストマシンにインストールする必要があります。
これにはrootアクセスが必要です。
Storage SIGは、FlexVolumeの制約に対処するために可能であれば{{< glossary_tooltip text="CSI" term_id="csi" >}}ドライバーを実装することを推奨しています。
* [KubernetesドキュメントのFlexVolume](/ja/docs/concepts/storage/volumes/#flexvolume)
* [FlexVolumesの詳細な情報](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-storage/flexvolume.md)
* [ストレージベンダー向けボリュームプラグインに関するFAQ](https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq.md)