You are viewing documentation for Kubernetes version: v1.19
Kubernetes v1.19 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
Eviction Policy
This page is an overview of Kubernetes' policy for eviction.
Eviction Policy
The kubelet proactively monitors for
and prevents total starvation of a compute resource. In those cases, the kubelet
can reclaim
the starved resource by failing one or more Pods. When the kubelet
fails
a Pod, it terminates all of its containers and transitions its PodPhase
to Failed
.
If the evicted Pod is managed by a Deployment, the Deployment creates another Pod
to be scheduled by Kubernetes.
What's next
- Learn how to configure out of resource handling with eviction signals and thresholds.
Last modified January 27, 2022 at 11:05 AM PST: Merge pull request #31375 from sftim/20211207_mark_only_live_site_indexable_v1.19 (1c8fbbc)