cilium/hubble

Hubble - Network, Service & Security Observability for Kubernetes using eBPF

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 16th, 2026
Created on November 19th, 2019
Open Issues & Pull Requests: 44 (+0)
GitHub issues: Enabled
Number of forks: 301
Total Stargazers: 4,341 (+1)
Total Subscribers: 46 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 days
Mean response time: 58.6 days
90th percentile: 206.9 days
Tracked items: 40

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 16
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 720 days
Stale 30+ days: 15
Stale 90+ days: 11

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • kind/enhancement (4)
  • 🙏 help-wanted (4)
  • 👍 good-first-issue (3)
  • ⌨️ area/cli (2)
  • 📬 kind/question (2)
  • ignore-for-project (1)
  • priority/low (1)
  • ⏰ kind/release (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Hubble is a network observability tool that provides visibility into Kubernetes cluster traffic and security using eBPF.

Hubble solves the problem of understanding what is happening inside Kubernetes clusters by leveraging eBPF to observe network flows, service interactions, and security events without requiring code instrumentation or kernel modifications. It captures packet and flow information at the kernel level, making it possible to see encrypted traffic patterns and service dependencies that would otherwise be invisible to traditional monitoring approaches. The tool integrates with Cilium to provide deep visibility into both the data plane and policy enforcement.

Hubble suits operators and platform teams running Kubernetes who need to understand network behavior, troubleshoot connectivity issues, or audit security policies in action. It is particularly valuable for clusters where traditional packet capture is impractical or where encrypted traffic obscures application behavior. Teams investigating service mesh interactions, validating network policies, or responding to security incidents will find the kernel-level observability it provides essential. The tool works best in environments where Cilium is already deployed or planned as the CNI.

The project maintains active development with regular updates to support new Kubernetes versions and eBPF capabilities. The codebase shows ongoing refinement of observability features and integration points with the broader Cilium ecosystem. Development activity indicates sustained investment in expanding the types of network and security events that can be observed and the ways those observations can be queried and exported.