Hubble API
The Hubble API is a gRPC-based observability API built on top of Cilium and eBPF that provides deep visibility into network flows, DNS queries, HTTP requests, and service communication within Kubernetes clusters. It exposes Observer and Peer gRPC services for querying flows, nodes, namespaces, and server status across single nodes or entire clusters via Hubble Relay.
Hubble API is one of 11 APIs that Cilium publishes on the APIs.io network, described by an AsyncAPI event-driven specification.
Tagged areas include eBPF, Kubernetes, Networking, and Observability. The published artifact set on APIs.io includes API documentation, an API reference, an AsyncAPI specification, a GitHub repository, and a changelog.
This event API exposes 5 operations across 5 channels, and defines 34 schemas. It is described by AsyncAPI 2.6.0, at version 1.0.0.
The API connects through 2 servers: {hostname}:4245 (grpc), {hostname}:4244 (grpc).
Metadata
The identity and technical contract details declared by the specification.
Channels & Operations 5
Across 5 channels, the API surfaces 5 operations. Each is listed below with its action, channel, parameters, and response codes.
Messages & Schemas 34
The contract defines 34 schemas that model the data carried by its messages. The most detailed are Flow (21 properties), IPCacheUpdate (8 properties), DebugEvent (8 properties), AgentEvent (8 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable AsyncAPI contract behind this narrative.
Source
More from Cilium 10
Other APIs Cilium publishes across the network.