Configure Default Memory Requests and Limits for a Namespace
Define a default memory resource limit for a namespace, so that every new Pod in that namespace has a memory resource limit configured.
Kubernetes v1.23 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
Define a default memory resource limit for a namespace, so that every new Pod in that namespace has a memory resource limit configured.
Define a default CPU resource limits for a namespace, so that every new Pod in that namespace has a CPU resource limit configured.
Define a range of valid memory resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.
Define a range of valid CPU resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.
Define overall memory and CPU resource limits for a namespace.
Restrict how many Pods you can create within a namespace.