File tree 1 file changed +32
-0
lines changed
content/ja/docs/concepts/extend-kubernetes/compute-storage-net 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : コンピュート、ストレージ、ネットワーキングの拡張機能
3
+ weight : 30
4
+ no_list : true
5
+ ---
6
+
7
+ このセクションでは、Kubernetes自体の一部としては提供されていない、クラスターへの拡張について説明します。
8
+ これらの拡張を使用して、クラスター内のノードを強化したり、Pod同士をつなぐネットワークファブリックを提供したりすることができます。
9
+
10
+ * [ CSI] ( /ja/docs/concepts/storage/volumes/#csi ) および[ FlexVolume] ( /ja/docs/concepts/storage/volumes/#flexvolume ) ストレージプラグイン
11
+
12
+ {{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}} (CSI)プラグインは、新しい種類のボリュームをサポートするためのKubernetesの拡張方法を提供します。
13
+ これらのボリュームは、永続性のある外部ストレージにバックアップすることができます。また、一時的なストレージを提供することも、ファイルシステムのパラダイムを使用して、情報への読み取り専用のインターフェースを提供することもできます。
14
+
15
+ Kubernetesには、Kubernetes v1.23から非推奨とされている(CSIに置き換えられる)[ FlexVolume] ( /ja/docs/concepts/storage/volumes/#flexvolume ) プラグインへのサポートも含まれています。
16
+
17
+ FlexVolumeプラグインは、Kubernetesがネイティブにサポートしていないボリュームタイプをマウントすることをユーザーに可能にします。
18
+ FlexVolumeストレージに依存するPodを実行すると、kubeletはバイナリプラグインを呼び出してボリュームをマウントします。
19
+ アーカイブされた[ FlexVolume] ( https://git.k8s.io/design-proposals-archive/storage/flexvolume-deployment.md ) デザインの提案には、このアプローチの詳細が記載されています。
20
+
21
+ [ Kubernetes Volume Plugin FAQ for Storage Vendors] ( https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq.md#kubernetes-volume-plugin-faq-for-storage-vendors ) には、ストレージプラグインに関する一般的な情報が含まれています。
22
+
23
+ * [ デバイスプラグイン] ( /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ )
24
+
25
+ デバイスプラグインは、ノードが(` cpu ` や` memory ` などの組み込みノードリソースに加えて)新しいNode設備を発見し、これらのカスタムなノードローカル設備を要求するPodに提供することを可能にします。
26
+
27
+ * [ ネットワークプラグイン] ( /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/ )
28
+
29
+ ネットワークプラグインにより、Kubernetesはさまざまなネットワーキングのトポロジーや技術を扱うことができます。
30
+ 動作するPodネットワークを持ち、Kubernetesネットワークモデルの他の側面をサポートするためには、Kubernetesクラスターに _ ネットワークプラグイン_ が必要です。
31
+
32
+ Kubernetes {{< skew currentVersion >}}は、{{< glossary_tooltip text="CNI" term_id="cni" >}}ネットワークプラグインと互換性があります。
You can’t perform that action at this time.
0 commit comments