Skip to main content
CoreWeave applies request size limits at the platform gateway that all API traffic passes through, including calls to the Kubernetes API. These limits protect the stability of the gateway and apply globally across all clusters. They aren’t adjustable per customer or per cluster. The following table lists the two limits:
These two limits govern different parts of a request. Automation failures typically come from oversized URLs or headers, not oversized bodies, so the gateway’s URL and header limit is the one you’re most likely to reach.
If you develop or operate automation, CLI tools, or workload launchers that call the Kubernetes API, see Why am I hitting request limits with the Kubernetes API? for the errors these limits cause and how to avoid them. For CKS cluster, instance, and storage quotas, see Limits.
Last modified on July 27, 2026