Skip to content

Commit ada25d0

Browse files
committed
Add ko/glossary/node-pressure-eviction.md
1 parent 9a311f4 commit ada25d0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: 노드-압박 축출
3+
id: node-pressure-eviction
4+
date: 2021-05-13
5+
full_link: /ko/docs/concepts/scheduling-eviction/node-pressure-eviction/
6+
short_description: >
7+
노드-압박 축출은 kubelet이 노드의 자원을 회수하기 위해
8+
파드를 능동적으로 중단시키는 절차이다.
9+
aka:
10+
- kubelet eviction
11+
tags:
12+
- operation
13+
---
14+
노드-압박 축출은 {{<glossary_tooltip term_id="kubelet" text="kubelet">}}이 노드의 자원을 회수하기 위해
15+
파드를 능동적으로 중단시키는 절차이다.
16+
17+
<!--more-->
18+
19+
kubelet은 클러스터 노드의 CPU, 메모리, 디스크 공간, 파일시스템
20+
inode와 같은 자원을 모니터링한다. 이러한 자원 중 하나 이상이
21+
특정 소모 수준에 도달하면, kubelet은 하나 이상의 파드를 능동적으로 중단시켜
22+
자원을 회수하고 고갈 상황을 방지할 수 있다.
23+
24+
노드-압박 축출은 [API를 이용한 축출](/ko/docs/concepts/scheduling-eviction/api-eviction/)과는 차이가 있다.

0 commit comments

Comments
 (0)