Kubernetes Services · Rate Limits

Kubernetes Services Rate Limits

The Kubernetes Services API itself does not impose request-per-second limits on data-plane traffic to a Service. Control-plane operations (creating, updating, listing Services through the kube-apiserver) are subject to the API server's API Priority and Fairness (APF) just like any other Kubernetes API resource. Data-plane throughput depends on the chosen Service type and the underlying cloud-provider load balancer.

Kubernetes Services Rate Limits is the machine-readable rate-limit profile for Kubernetes Services on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 2 rate-limit definitions, measuring concurrent_requests and varies.

The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and serviceUnavailable.

Tagged areas include Rate Limiting, Kubernetes, Networking, and Open Source.

2 Limits Throttle: 429
Rate LimitingKubernetesNetworkingOpen Source

Limits

kube-apiserver Service CRUD (control plane) priority-level
concurrent_requests
governed by API Priority and Fairness PriorityLevelConfiguration
Service data-plane throughput load-balancer
varies
depends on cloud-provider LB type / instance class — see provider quotas

Policies

APF on control plane
Service create/update/delete/list operations against kube-apiserver are subject to API Priority and Fairness; high-frequency reconciliation should use watches and informers rather than polling.
kube-proxy / iptables / IPVS scaling
ClusterIP and NodePort throughput depends on the kube-proxy mode (iptables, IPVS, nftables) and node kernel networking; not a documented numeric limit.
External LB quotas
Type=LoadBalancer Services provision a cloud-provider LB; per-LB and per-account quotas (NLB connection limits, ALB rule limits, GCLB forwarding-rule limits) apply.
Endpoint slice fan-out
Very large Services (thousands of endpoints) should rely on EndpointSlice (default in modern Kubernetes) rather than the legacy Endpoints object to avoid kube-apiserver load.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/kubernetes-services-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.