A public-health namespace's ResourceQuota is nearly exhausted and new creates begin failing. What does the used-versus-hard ratio primarily signal?
Select an answer to reveal the explanation.
Short Explanation
Think of ResourceQuota like a department spending cap. When used climbs toward hard, new tickets get rejected—your namespace is bumping into its allowance.
Full Explanation
ResourceQuota enforces aggregate resource and object counts for a namespace. Monitoring used relative to hard values shows how close the namespace is to those ceilings and explains admission failures on create. Certificate expiry, CoreDNS ConfigMap syntax, and CNI NotReady states are separate failure modes not signaled by quota used/hard ratios.