Kubernetes Resource Management Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 8: Line 8:




Kubernets limit instructs the Linux kernel to kill the process running inside a container if it tries to exceed the specified limit.
Kubernetes limit instructs the Linux kernel to kill the process running inside a container if it tries to exceed the specified limit.
 
Also see: {{Internal|Linux_cgroups#Memory_Limit|CGroups Memory Limit}}


=Request=
=Request=

Revision as of 20:37, 6 November 2019

Internal

Limit

Kubernetes limit instructs the Linux kernel to kill the process running inside a container if it tries to exceed the specified limit.

Also see:

CGroups Memory Limit

Request

TODO