2019-02-01 17:59:24 +00:00
---
title: Preemption
2019-02-14 08:53:30 +00:00
id: preemption
2019-02-01 17:59:24 +00:00
date: 2019-01-31
2019-03-20 23:05:05 +00:00
full_link: /docs/concepts/configuration/pod-priority-preemption/#preemption
2019-02-01 17:59:24 +00:00
short_description: >
Preemption logic in Kubernetes helps a pending Pod to find a suitable Node by evicting low priority Pods existing on that Node.
aka:
tags:
- operation
---
Preemption logic in Kubernetes helps a pending Pod to find a suitable Node by evicting low priority Pods existing on that Node.
<!-- more -->
2019-03-20 23:05:05 +00:00
If a Pod cannot be scheduled, the scheduler tries to [preempt ](/docs/concepts/configuration/pod-priority-preemption/#preemption ) lower priority Pods to make scheduling of the pending Pod possible.