Skip to content

Commit bcdbac3

Browse files
committed
Translate glossary components tagged with Fundamental into korean
1 parent 113008f commit bcdbac3

9 files changed

Lines changed: 150 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: 애플리케이션(Applications)
3+
id: appplications
4+
date: 2019-05-12
5+
full_link:
6+
short_description: >
7+
컨테이너화된 애플리케이션이 실행되는 레이어.
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
컨테이너화된 애플리케이션이 실행되는 레이어.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: 컨트롤 플레인(Control Plane)
3+
id: control-plane
4+
date: 2019-05-12
5+
full_link:
6+
short_description: >
7+
컨테이너의 라이프사이클을 정의, 배포, 관리하기 위한 API와 인터페이스들을 노출하는 컨테이너 오케스트레이션 레이어.
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
컨테이너의 라이프사이클을 정의, 배포, 관리하기 위한 API와 인터페이스들을 노출하는 컨테이너 오케스트레이션 레이어.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: 컨테이너 런타임 인터페이스(Container runtime interface)
3+
id: cri
4+
date: 2019-03-07
5+
full_link: https://kubernetes.io/docs/concepts/overview/components/#container-runtime
6+
short_description: >
7+
Kubelet과 컨테이너 런타임을 통합시키기 위한 API.
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
노드의 Kubelet과 컨테이너 런타임을 통합시키기 위한 API.
14+
15+
<!--more-->
16+
API와 스펙에 대한 정보는 [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)를 참고한다.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: 데이터 플레인(Data Plane)
3+
id: data-plane
4+
date: 2019-05-12
5+
full_link:
6+
short_description: >
7+
컨테이너를 실행하고 네트워크에 연결할 수 있게 CPU, 메모리, 네트워크, 스토리지 용량을 제공하는 레이어.
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
컨테이너를 실행하고 네트워크에 연결할 수 있게 CPU, 메모리, 네트워크, 스토리지 용량을 제공하는 레이어.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: 제한 범위(LimitRange)
3+
id: limitrange
4+
date: 2019-04-15
5+
full_link: /docs/concepts/policy/limit-range/
6+
short_description: >
7+
네임스페이스 안의 컨테이너나 팟의 리소스 사용량을 제한하는 제약을 제공한다.
8+
9+
aka:
10+
tags:
11+
- core-object
12+
- fundamental
13+
- architecture
14+
related:
15+
- pod
16+
- container
17+
18+
---
19+
네임스페이스 안의 {{< glossary_tooltip text="컨테이너" term_id="container" >}}나 {{< glossary_tooltip text="파드" term_id="pod" >}}의 리소스 사용량을 제한하는 제약을 제공한다.
20+
21+
<!--more-->
22+
제한 범위는 타입별로 만들 수 있는 객체의 수와 네임스페이스 안의 개별 {{< glossary_tooltip text="컨테이너" term_id="container" >}}나 {{< glossary_tooltip text="파드" term_id="pod" >}}가 요청하거나 소비한 컴퓨팅 리소스의 양을 제한한다.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: 로깅(Logging)
3+
id: logging
4+
date: 2019-04-04
5+
full_link: /docs/concepts/cluster-administration/logging/
6+
short_description: >
7+
로그는 클러스터나 애플리케이션에 의해 로깅된 이벤트의 목록이다.
8+
9+
aka:
10+
tags:
11+
- architecture
12+
- fundamental
13+
---
14+
로그는 {{< glossary_tooltip text="클러스터" term_id="cluster" >}}나 애플리케이션에 의해 로깅된 이벤트의 목록이다.
15+
16+
<!--more-->
17+
애플리케이션과 시스템 로그는 클러스터 내부에서 어떤 일이 벌어지고 있는지 이해하는데 도움을 준다. 특히 로그는 문제를 디버깅하거나 클러스터 활동을 모니터링할 때 유용하다.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: 미러 파드(Mirror Pod)
3+
id: mirror-pod
4+
date: 2091-02-12
5+
full_link:
6+
short_description: >
7+
Kubelet의 스태틱 파드(Static Pod)를 추적하는 API 서버 내부의 객체.
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
Kubelet이 {{< glossary_tooltip text="스태틱 파드" term_id="static-pod" >}}를 표현하는 {{< glossary_tooltip text="파드" term_id="pod" >}} 객체.
14+
15+
<!--more-->
16+
Kubelet이 설정에서 스태틱 파드를 찾으면 쿠버네티스 API 서버에 파드 객체 생성을 시도한다. 이렇게 생성된 파드를 API 서버에서 확인할 수는 있지만, 제어할 수는 없다.
17+
18+
(예를 들어, 미러 파드를 제거하더라도 kubelet 데몬이 해당 파드를 멈추지 않는다.)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: QoS Class
3+
id: qos-class
4+
date: 2019-04-15
5+
full_link:
6+
short_description: >
7+
QoS Class (Quality of Service Class)는 쿠버네티스가 클러스터 안의 파드들을 여러 클래스로 구분하고, 스케줄링과 축출(eviction)하기 위한 결정을 내리는 방법을 제공한다.
8+
9+
aka:
10+
tags:
11+
- core-object
12+
- fundamental
13+
- architecture
14+
related:
15+
- pod
16+
17+
---
18+
QoS Class (Quality of Service Class)는 쿠버네티스가 클러스터 안의 파드들을 여러 클래스로 구분하고, 스케줄링과 축출(eviction)하기 위한 결정을 내리는 방법을 제공한다.
19+
20+
<!--more-->
21+
파드의 QoS Class는 생성 시점의 컴퓨팅 리소스 요청량과 제한 값에 기반해서 설정된다. QoS Class는 파드의 스케줄링과 축출을 위한 결정을 내릴 때 사용된다.
22+
쿠버네티스는 Pod에 `Guaranteed`, `Burstable` 또는 `BestEffort` 중 하나를 QoS Class로 할당할 수 있다.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: 스태틱 파드(Static Pod)
3+
id: static-pod
4+
date: 2091-02-12
5+
full_link: /docs/tasks/administer-cluster/static-pod/
6+
short_description: >
7+
특정 노드의 kubelet 데몬이 직접 관리하는 파드.
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
API 서버가 관찰하지 않고, 특정 노드의 kubelet 데몬이 직접 관리하는 {{< glossary_tooltip text="파드" term_id="pod" >}}.
14+
15+
<!--more-->
16+
API 서버가 관찰하지 않고, 특정 노드의 kubelet 데몬이 직접 관리하는 {{< glossary_tooltip text="파드" term_id="pod" >}}.

0 commit comments

Comments
 (0)