Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions content/en/docs/reference/glossary/pod-shared-pool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Pod shared pool
id: pod-shared-pool
full_link: /docs/concepts/resource-management/pod-level-resource-managers/
short_description: >
The subset of a Pod's allocated resources that remains after all exclusive slices have been reserved.

aka:
tags:
- architecture
---
The subset of a {{< glossary_tooltip term_id="pod" >}}'s allocated resources
that remains after all
[exclusive slices](/docs/concepts/resource-management/pod-level-resource-managers/#glossary)
have been reserved.

<!--more-->

These resources are shared by all containers in the Pod that do not receive an
exclusive allocation. While containers in this pool share resources with each
other, they are strictly isolated from the exclusive slices and from the
general node-wide shared pool.