|
---
|
|
title: "Scheduling and Eviction"
|
|
weight: 90
|
|
description: >
|
|
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that the kubelet can run them.
|
|
Eviction is the process of proactively failing one or more Pods on resource-starved Nodes.
|
|
---
|
|
|