-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26730 from cezaryzukowski/dev-1.21
The Memory Manager official documentation
- Loading branch information
Showing
4 changed files
with
409 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
reviewers: | ||
- derekwaynecarr | ||
- klueska | ||
title: Node Resource Managers | ||
content_type: concept | ||
weight: 50 | ||
--- | ||
|
||
<!-- overview --> | ||
|
||
In order to support latency-critical and high-throughput workloads, Kubernetes offers a suite of Resource Managers. The managers aim to co-ordinate and optimise node's resources alignment for pods configured with a specific requirement for CPUs, devices, and memory (hugepages) resources. | ||
|
||
<!-- body --> | ||
|
||
The main manager, the Topology Manager, is a Kubelet component that co-ordinates the overall resource management process through its [policy](/docs/tasks/administer-cluster/topology-manager/). | ||
|
||
The configuration of individual managers is elaborated in dedicated documents: | ||
|
||
- [CPU Manager Policies](/docs/tasks/administer-cluster/cpu-management-policies/) | ||
- [Device Manager](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#device-plugin-integration-with-the-topology-manager) | ||
- [Memory Manger Policies](/docs/tasks/administer-cluster/memory-manager/) |
Oops, something went wrong.