This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#28470 from kubernetes/dev-1.21-ko.4
[ko] 4th Korean localization work for v1.21
- Loading branch information
Showing
17 changed files
with
277 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
|
||
|
||
|
||
title: 노드 리소스 매니저 | ||
content_type: 개념 | ||
weight: 50 | ||
--- | ||
|
||
<!-- overview --> | ||
|
||
쿠버네티스는 지연 시간에 민감하고 처리량이 많은 워크로드를 지원하기 위해 리소스 매니저 세트를 제공한다. 매니저는 CPU, 장치 및 메모리 (hugepages) 리소스와 같은 특정한 요구 사항으로 구성된 파드를 위해 노드의 리소스 할당을 조정하고 최적화하는 것을 목표로 한다. | ||
|
||
<!-- body --> | ||
|
||
주 매니저인 토폴로지 매니저는 [정책](/docs/tasks/administer-cluster/topology-manager/)을 통해 전체 리소스 관리 프로세스를 조정하는 Kubelet 컴포넌트이다. | ||
|
||
개별 매니저의 구성은 다음의 문서에 자세히 기술되어 있다. | ||
|
||
- [CPU 관리 정책](/docs/tasks/administer-cluster/cpu-management-policies/) | ||
- [장치 매니저](/ko/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#토폴로지-관리자와-장치-플러그인-통합) | ||
- [메모리 관리 정책](/docs/tasks/administer-cluster/memory-manager/) |
18 changes: 18 additions & 0 deletions
18
content/ko/docs/concepts/scheduling-eviction/api-eviction.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: API를 이용한 축출(Eviction) | ||
content_type: concept | ||
weight: 70 | ||
--- | ||
|
||
{{< glossary_definition term_id="api-eviction" length="short" >}} </br> | ||
|
||
`kubectl drain` 명령과 같은 kube-apiserver의 클라이언트를 사용하여, | ||
축출 API를 직접 호출해 축출 요청을 할 수 있다. | ||
그러면 API 서버가 파드를 종료하는 `Eviction` 오브젝트가 생성된다. | ||
|
||
API를 이용한 축출은 구성된 [`PodDisruptionBudgets`](/docs/tasks/run-application/configure-pdb/) 및 [`terminationGracePeriodSeconds`](/ko/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)를 준수한다. | ||
|
||
## {{% heading "whatsnext" %}} | ||
|
||
- [노드-압박 축출](/docs/concepts/scheduling-eviction/node-pressure-eviction/)에 대해 더 배우기 | ||
- [파드 우선순위와 선점](/ko/docs/concepts/scheduling-eviction/pod-priority-preemption/)에 대해 더 배우기 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 73 additions & 0 deletions
73
content/ko/docs/concepts/services-networking/service-traffic-policy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
--- | ||
|
||
|
||
title: 서비스 내부 트래픽 정책 | ||
content_type: concept | ||
weight: 45 | ||
--- | ||
|
||
|
||
<!-- overview --> | ||
|
||
{{< feature-state for_k8s_version="v1.21" state="alpha" >}} | ||
|
||
_서비스 내부 트래픽 정책_ 을 사용하면 내부 트래픽 제한이 트래픽이 시작된 | ||
노드 내의 엔드포인트로만 내부 트래픽을 라우팅하도록 한다. | ||
여기서 "내부" 트래픽은 현재 클러스터의 파드로부터 시작된 트래픽을 지칭한다. | ||
이를 통해 비용을 절감하고 성능을 개선할 수 있다. | ||
|
||
<!-- body --> | ||
|
||
## 서비스 내부 트래픽 정책 사용 | ||
|
||
|
||
[기능 게이트](/docs/reference/command-line-tools-reference/feature-gates/)에서 | ||
`ServiceInternalTrafficPolicy`를 활성화한 후에 | ||
{{< glossary_tooltip text="서비스" term_id="service" >}}의 | ||
`.spec.internalTrafficPolicy`를 `Local`로 설정하여 내부 전용 트래픽 정책을 활성화 할 수 있다. | ||
이것은 kube-proxy가 클러스터 내부 트래픽을 위해 노드 내부 엔드포인트로만 사용하도록 한다. | ||
|
||
{{< note >}} | ||
지정된 서비스에 대한 엔드포인트가 없는 노드의 파드인 경우에 | ||
서비스는 다른 노드에 엔드포인트가 있더라도 엔드포인트가 없는 것처럼 작동한다. | ||
(이 노드의 파드에 대해서) | ||
{{< /note >}} | ||
|
||
다음 예제는 서비스의 `.spec.internalTrafficPolicy`를 `Local`로 | ||
설정하는 것을 보여 준다: | ||
|
||
```yaml | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: my-service | ||
spec: | ||
selector: | ||
app: MyApp | ||
ports: | ||
- protocol: TCP | ||
port: 80 | ||
targetPort: 9376 | ||
internalTrafficPolicy: Local | ||
``` | ||
## 작동 방식 | ||
kube-proxy는 `spec.internalTrafficPolicy` 의 설정에 따라서 라우팅되는 | ||
엔드포인트를 필터링한다. | ||
이것을 `Local`로 설정하면, 노드 내부 엔드포인트만 고려한다. | ||
이 설정이 `Cluster`이거나 누락되었다면 모든 엔드포인트를 고려한다. | ||
[기능 게이트](/docs/reference/command-line-tools-reference/feature-gates/)의 | ||
`ServiceInternalTrafficPolicy`를 활성화한다면, `spec.internalTrafficPolicy`는 기본값 "Cluster"로 설정된다. | ||
|
||
## 제약조건 | ||
|
||
* 같은 서비스에서 `externalTrafficPolicy` 가 `Local`로 설정된 경우 | ||
서비스 내부 트래픽 정책이 사용되지 않는다. | ||
클러스터에서 동일하지 않은 다른 서비스에서 이 두 가지 기능은 동시에 사용할 수 있다. | ||
|
||
## {{% heading "whatsnext" %}} | ||
|
||
* [토폴로지 인식 힌트 활성화](/docs/tasks/administer-cluster/enabling-topology-aware-hints)에 대해서 읽기 | ||
* [서비스 외부 트래픽 정책](/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip)에 대해서 읽기 | ||
* [서비스와 애플리케이션 연결하기](/ko/docs/concepts/services-networking/connect-applications-service/) 읽기 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: API를 이용한 축출(Eviction) | ||
id: api-eviction | ||
date: 2021-04-27 | ||
full_link: /docs/concepts/scheduling-eviction/pod-eviction/#api-eviction | ||
short_description: > | ||
API를 이용한 축출은 축출 API를 사용하여 파드의 정상 종료를 트리거하는 | ||
축출 오브젝트를 만드는 프로세스이다 | ||
aka: | ||
tags: | ||
- operation | ||
--- | ||
|
||
API를 이용한 축출은 [축출 API](/docs/reference/generated/kubernetes-api/{{<param "version">}}/#create-eviction-pod-v1-core)를 사용하여 | ||
생성된 `Eviction` 오브젝트로 파드를 정상 종료한다. | ||
|
||
<!--more--> | ||
|
||
`kubectl drain` 명령과 같은 kube-apiserver의 클라이언트를 사용하여 | ||
축출 API를 직접 호출해 축출 요청을 할 수 있다. | ||
`Eviction` 오브젝트가 생성되면, API 서버가 파드를 종료한다. | ||
|
||
API를 이용한 축출은 [노드-압박 축출](/docs/concepts/scheduling-eviction/eviction/#kubelet-eviction)과 동일하지 않다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
content/ko/docs/setup/production-environment/turnkey-solutions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: 턴키 클라우드 솔루션 | ||
content_type: concept | ||
weight: 30 | ||
--- | ||
<!-- overview --> | ||
|
||
이 페이지는 인증된 쿠버네티스 솔루션 제공자 목록을 제공한다. 각 제공자 | ||
페이지를 통해서, 프로덕션에 준비된 클러스터를 설치 및 설정하는 방법을 | ||
학습할 수 있다. | ||
|
||
<!-- body --> | ||
|
||
{{< cncf-landscape helpers=true category="certified-kubernetes-hosted" >}} |
Oops, something went wrong.