website/content/ja/docs/reference/glossary/node-pressure-eviction.md

21 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: ノード圧迫による退避
id: node-pressure-eviction
date: 2021-05-13
full_link: /ja/docs/concepts/scheduling-eviction/node-pressure-eviction/
short_description: >
ード圧迫による退避は、kubeletがード上のリソースを回収するためにPodを積極的に失敗させるプロセスです。
aka:
- kubelet eviction
tags:
- operation
---
ノード圧迫による退避は、{{<glossary_tooltip term_id="kubelet" text="kubelet">}}がード上のリソースを回収するためにPodを積極的に失敗させるプロセスです。
<!--more-->
kubeletは、クラスターのード上のCPU、メモリ、ディスク容量、ファイルシステムのinodeなどのリソースを監視します。
これらのリソースの1つ以上が特定の消費レベルに達すると、kubeletはード上の1つ以上のPodを積極的に失敗させることでリソースを回収し、枯渇を防ぎます。
ノード圧迫による退避は、[APIを起点とした退避](/ja/docs/concepts/scheduling-eviction/api-eviction/)とは異なります。