Kubernetes Resource Management Concepts: Difference between revisions
Jump to navigation
Jump to search
(→Limit) |
(→Limit) |
||
Line 10: | Line 10: | ||
Kubernetes 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 | 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:
Request
TODO
- Merge and deplete OpenShift_Resource_Management_Concepts