File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ _파드_ (고래 떼(pod of whales)나 콩꼬투리(pea pod)와 마찬가지로)
32
32
## 파드란 무엇인가?
33
33
34
34
{{< 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
+ 파드를 설명할 때 도커 관련 용어를 사용하면 더 쉽게 설명할 수 있다 .
39
39
{{< /note >}}
40
40
41
41
파드의 공유 콘텍스트는 리눅스 네임스페이스, 컨트롤 그룹(cgroup) 및
Original file line number Diff line number Diff line change 58
58
- 클러스터 구성의 [ 모범 사례] ( /ko/docs/setup/best-practices/ ) 를 확인한다.
59
59
60
60
쿠버네티스의 {{< glossary_tooltip term_id="control-plane" text="컨트롤 플레인" >}}은
61
- 리눅스에서 실행되어야 한다 . 클러스터 내에서는 리눅스 또는
61
+ 리눅스에서 실행되도록 설계되었다 . 클러스터 내에서는 리눅스 또는
62
62
다른 운영 체제(예: 윈도우)에서 애플리케이션을 실행할 수 있다.
63
63
- [ 윈도우 노드를 포함하는 클러스터 구성하기] ( /ko/docs/setup/production-environment/windows/ ) 를 살펴본다.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ content_type: concept
55
55
특정 kubelet을 나타내는 노드 오브젝트에
56
56
{{< glossary_tooltip text="레이블" term_id="label" >}}을 자동으로 추가한다.
57
57
이러한 레이블에는
58
- [ 영역 정보] ( /docs/reference/labels-annotations-taints/#topologykubernetesiozone ) 가 포함될 수 있다.
58
+ [ 영역 정보] ( /ko/ docs/reference/labels-annotations-taints/#topologykubernetesiozone ) 가 포함될 수 있다.
59
59
60
60
클러스터가 여러 영역 또는 지역에 걸쳐있는 경우,
61
61
[ 파드 토폴로지 분배 제약 조건] ( /ko/docs/concepts/workloads/pods/pod-topology-spread-constraints/ ) 과
You can’t perform that action at this time.
0 commit comments