3ff7312cff
Each section directly beneath Concepts gains a description.
9 lines
276 B
Markdown
9 lines
276 B
Markdown
---
|
|
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.
|
|
---
|
|
|