You are viewing documentation for Kubernetes version: v1.20
Kubernetes v1.20 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 August 12, 2022 at 6:28 PM PST: Merge pull request #35913 from jihoon-seo/220813_1.20_Fix_incorrectly_displayed_minor_versions (2886f43)