Skip to content

Commit 1b1382b

Browse files
committed
Translate reference/glossary/volume-plugin.md in Korean
1 parent ca2219f commit 1b1382b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: 볼륨 플러그인(Volume Plugin)
3+
id: volumeplugin
4+
date: 2018-04-12
5+
full_link:
6+
short_description: >
7+
볼륨 플러그인은 파드 내에서의 스토리지 통합을 가능하게 한다.
8+
9+
aka:
10+
tags:
11+
- core-object
12+
- storage
13+
---
14+
볼륨 플러그인은 {{< glossary_tooltip text="파드(Pod)" term_id="pod" >}} 내에서의 스토리지 통합을 가능하게 한다.
15+
16+
<!--more-->
17+
18+
볼륨 플러그인을 사용하면 {{< glossary_tooltip text="파드" term_id="pod" >}}에서 사용할 스토리지 볼륨을 연결하고 마운트할 수 있다. 볼륨 플러그인은 _인-트리(in tree)_ 혹은 _아웃-오브-트리(out of tree)_ 일 수 있다. _인-트리_ 플러그인은 쿠버네티스 코드 리포지터리의 일부이며 동일한 릴리즈 주기를 따른다. _아웃-오브-트리_ 플러그인은 독립적으로 개발된다.
19+

0 commit comments

Comments
 (0)