Before you act
- Confirm that the scope matches your case.
- Keep recommendations, enforced limits, exceptions, and unstated details distinct.
- Open the official source before relying on the rule for a consequential decision.
Source-backed platform rule
Kubernetes rejects quota-violating requests with HTTP 403 Forbidden, while a Deployment may still exist even if its managed Pod cannot be created.
RuleRoster is independent and is not affiliated with or endorsed by Kubernetes.
Direct answer
When a create or update request violates an enforced ResourceQuota constraint, Kubernetes rejects it with HTTP 403 Forbidden and a message explaining the violated constraint. A Deployment can be created even when creation of a Pod it manages later fails for quota.
Published evidence
Kubernetes rejects a create or update request that violates an enforced ResourceQuota constraint with HTTP 403 Forbidden and an explanation of the violated constraint. A Deployment can still be created even when a Pod it manages later fails creation for quota.
Service: Kubernetes. Rule group: quota enforcement. Applies to create or update requests that violate an enforced quota constraint. Policy version and effective dates: not stated.
Evidence trail
Kubernetes · verified August 14, 2026
Kubernetes website and documentation by The Kubernetes Authors. Source: https://github.com/kubernetes/website/tree/0dcdb1dda898de2bd4431a898f86c170e109063f. Licensed under Creative Commons Attribution 4.0 International: https://github.com/kubernetes/website/blob/0dcdb1dda898de2bd4431a898f86c170e109063f/LICENSE. Modified by RuleRoster: RuleRoster extracted and restructured facts into typed rule fields and concise answers. Verified 2026-08-14. No root NOTICE file was present at the reviewed revision. The Creative Commons license does not license trademark or patent rights. No endorsement by Kubernetes is implied.
Interpretation and accountability
If the source or summary appears wrong, submit precise evidence for human review.