Cilium Rate Limits
Cilium APIs (cilium-agent REST API on the local Unix socket, Hubble gRPC Observer / Peer, Hubble Relay, Tetragon gRPC, and the Cilium Operator REST API) are local cluster APIs rather than multi-tenant SaaS endpoints. The project does not publish per-second rate limits — practical throughput is bounded by the agent / operator process, the underlying eBPF data path, the gRPC server settings on Hubble / Tetragon, and operator-defined ingress / authorization rules. Cilium itself can enforce L7 rate-limiting on application traffic via Envoy-based network policy — that is a workload-policy feature, not a self-imposed API limit.
Cilium Rate Limits is the machine-readable rate-limit profile for Cilium on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring varies.
The profile also includes 3 backoff/retry policies defined and response codes documented for unauthorized, forbidden, serverError, and gRPCUnavailable.
Tagged areas include eBPF, Kubernetes, Networking, Observability, and Security.