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 September 25, 2026 at 6:31 PM PST: feat: port the static site setup to release-1.20 (7a04f87)