Skip to content

Commit dbb0eca

Browse files
authored
Merge pull request #28349 from kiyeongkil/translate-28221
Translate concepts/scheduling-eviction/api-eviction into Korean
2 parents d456e9c + 3829129 commit dbb0eca

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: API를 이용한 축출(Eviction)
3+
content_type: concept
4+
weight: 70
5+
---
6+
7+
{{< glossary_definition term_id="api-eviction" length="short" >}} </br>
8+
9+
`kubectl drain` 명령과 같은 kube-apiserver의 클라이언트를 사용하여,
10+
축출 API를 직접 호출해 축출 요청을 할 수 있다.
11+
그러면 API 서버가 파드를 종료하는 `Eviction` 오브젝트가 생성된다.
12+
13+
API를 이용한 축출은 구성된 [`PodDisruptionBudgets`](/docs/tasks/run-application/configure-pdb/)[`terminationGracePeriodSeconds`](/ko/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)를 준수한다.
14+
15+
## {{% heading "whatsnext" %}}
16+
17+
- [노드-압박 축출](/docs/concepts/scheduling-eviction/node-pressure-eviction/)에 대해 더 배우기
18+
- [파드 우선순위와 선점](/ko/docs/concepts/scheduling-eviction/pod-priority-preemption/)에 대해 더 배우기
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: API를 이용한 축출(Eviction)
3+
id: api-eviction
4+
date: 2021-04-27
5+
full_link: /docs/concepts/scheduling-eviction/pod-eviction/#api-eviction
6+
short_description: >
7+
API를 이용한 축출은 축출 API를 사용하여 파드의 정상 종료를 트리거하는
8+
축출 오브젝트를 만드는 프로세스이다
9+
aka:
10+
tags:
11+
- operation
12+
---
13+
14+
API를 이용한 축출은 [축출 API](/docs/reference/generated/kubernetes-api/{{<param "version">}}/#create-eviction-pod-v1-core)를 사용하여
15+
생성된 `Eviction` 오브젝트로 파드를 정상 종료한다.
16+
17+
<!--more-->
18+
19+
`kubectl drain` 명령과 같은 kube-apiserver의 클라이언트를 사용하여
20+
축출 API를 직접 호출해 축출 요청을 할 수 있다.
21+
`Eviction` 오브젝트가 생성되면, API 서버가 파드를 종료한다.
22+
23+
API를 이용한 축출은 [노드-압박 축출](/docs/concepts/scheduling-eviction/eviction/#kubelet-eviction)과 동일하지 않다.

0 commit comments

Comments
 (0)