kspacr Icon

Namespaces

Applied Limits to Namespaces

Resource Quota

kspacr applies Resource Quotas, which act as a control mechanism that restricts the total resource usage per namespace. This quota limits the number of objects that can be created in a namespace based on their type. Additionally, it can also cap the overall amount of computational resources that can be used by resources within that specific namespace.

Need more?

Don't hesitate to get in touch if you encounter any problems with these limits. We're more than willing to talk about your specific needs and explore how we can assist you!


Service Limits

When users create resources (pods, services, etc.) in their namespace, the quota system tracks usage to ensure it does not exceed hard resource limits defined in a ResourceQuota.

TypeTrial QuotaRegular Quota
ConfigMaps1025
CronJobs32x CPU limit
Daemon Sets00
Deployments310
Jobs32x CPU limit
PVs00
PVCs310
Pods84x CPU limit
ReplicationControllers310
Replica Sets310
Secrets1025
Services (ClusterIP)325
Services (LoadBalancer)00
Services (NodePort)00
Stateful Sets00

CPU & Memory Limits

The quota is also enabled for compute resources like cpu and memory, meaning users must specify requests or limits for those values; otherwise, the quota system may reject pod creation. kspacr does apply defaults for pods that make no compute resource requirements.

TypeTrial QuotaRegular Quota
Limits: CPU0.516
Limits: Memory132
Requests: CPU0.516
Requests: Memory132
Requests: Storage3100
Previous
Connect to Namespace