Files
gm7y8 b330bb0256 Move eviction-policy from tasks to concepts
add what's next to eviction policy
2020-09-07 23:44:28 +01:00

858 B

title, content_template, weight
title content_template weight
Eviction Policy templates/concept 60

This page is an overview of Kubernetes' policy for eviction.

Eviction Policy

The {{< glossary_tooltip text="Kubelet" term_id="kubelet" >}} can proactively monitor for and prevent total starvation of a compute resource. In those cases, the kubelet can reclaim the starved resource by proactively 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 will create another Pod to be scheduled by Kubernetes.

{{% heading "whatsnext" %}}