Skip to content

Commit

Permalink
The Memory Manager official documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Cezary Zukowski <[email protected]>
  • Loading branch information
Cezary Zukowski committed Mar 23, 2021
1 parent b709953 commit 5927f96
Show file tree
Hide file tree
Showing 4 changed files with 409 additions and 5 deletions.
22 changes: 22 additions & 0 deletions content/en/docs/concepts/policy/node-resource-managers.md
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/)
Loading

0 comments on commit 5927f96

Please sign in to comment.