Skip to content

Commit 5f6f123

Browse files
committed
[ko] Fix nits
1 parent e87ee3e commit 5f6f123

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/ko/docs/concepts/workloads/pods/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ _파드_ (고래 떼(pod of whales)나 콩꼬투리(pea pod)와 마찬가지로)
3232
## 파드란 무엇인가?
3333

3434
{{< note >}}
35-
[도커](https://www.docker.com/)가 가장 일반적으로
36-
잘 알려진 런타임이지만, 쿠버네티스는 도커보다
37-
{{< glossary_tooltip text="컨테이너 런타임" term_id="container-runtime" >}}을
38-
더 많이 지원하며, 도커의 일부 용어를 사용하면 파드를 설명하는 데 도움이 된다.
35+
[도커](https://www.docker.com/)가 가장 일반적으로 잘 알려진
36+
{{< glossary_tooltip text="컨테이너 런타임" term_id="container-runtime" >}}이지만,
37+
쿠버네티스는 도커 외에도 다양한 컨테이너 런타임을 지원하며,
38+
파드를 설명할 때 도커 관련 용어를 사용하면 더 쉽게 설명할 수 있다.
3939
{{< /note >}}
4040

4141
파드의 공유 콘텍스트는 리눅스 네임스페이스, 컨트롤 그룹(cgroup) 및

content/ko/docs/setup/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ card:
5858
- 클러스터 구성의 [모범 사례](/ko/docs/setup/best-practices/)를 확인한다.
5959

6060
쿠버네티스의 {{< glossary_tooltip term_id="control-plane" text="컨트롤 플레인" >}}은
61-
리눅스에서 실행되어야 한다. 클러스터 내에서는 리눅스 또는
61+
리눅스에서 실행되도록 설계되었다. 클러스터 내에서는 리눅스 또는
6262
다른 운영 체제(예: 윈도우)에서 애플리케이션을 실행할 수 있다.
6363
- [윈도우 노드를 포함하는 클러스터 구성하기](/ko/docs/setup/production-environment/windows/)를 살펴본다.

content/ko/docs/setup/best-practices/multiple-zones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ content_type: concept
5555
특정 kubelet을 나타내는 노드 오브젝트에
5656
{{< glossary_tooltip text="레이블" term_id="label" >}}을 자동으로 추가한다.
5757
이러한 레이블에는
58-
[영역 정보](/docs/reference/labels-annotations-taints/#topologykubernetesiozone)가 포함될 수 있다.
58+
[영역 정보](/ko/docs/reference/labels-annotations-taints/#topologykubernetesiozone)가 포함될 수 있다.
5959

6060
클러스터가 여러 영역 또는 지역에 걸쳐있는 경우,
6161
[파드 토폴로지 분배 제약 조건](/ko/docs/concepts/workloads/pods/pod-topology-spread-constraints/)

0 commit comments

Comments
 (0)