You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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/)에 대해 더 배우기
0 commit comments