Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions content/ja/docs/reference/glossary/volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ short_description: >
aka:
tags:
- core-object
- fundamental
---
データを格納するディレクトリで、{{< glossary_tooltip text="Pod" term_id="pod" >}}内の{{< glossary_tooltip text="コンテナ" term_id="container" >}}からアクセス可能です。
Expand All @@ -17,4 +16,4 @@ tags:

Kubernetesボリュームはボリュームを含んだPodが存在する限り有効です。そのため、ボリュームはPod内で実行されるどのコンテナよりも長く存在し、コンテナが再起動してもボリューム内のデータは維持されます。

詳しくは[ストレージ](/ja/docs/concepts/storage/)をご覧ください。
詳しくは[ストレージ](/docs/concepts/storage/)をご覧ください。