Kubeshark release v53.2.2 (04-14-2026)
Release Highlights
Kubeshark 53.2.2 introduces MongoDB protocol dissection, bringing L7 visibility to MongoDB traffic across the dashboard, MCP tools, and KFL filtering. Kubernetes metadata enrichment has been moved from the hub to the worker nodes, significantly reducing hub load and improving scalability in large clusters. The eBPF tracer now supports Envoy BoringSSL TLS decryption via offset-based hooking and introduces a ring buffer-based packet poller for improved capture performance.
New Features
- Add MongoDB protocol dissector with request parsing (Phase 1), MCP transform support, and dashboard UI
- Add Envoy BoringSSL TLS decryption via offset-based hooking in the eBPF tracer
- Add dashboard-level namespace, worker, and dissector filters for granular traffic scoping
- Add back-end resolved entry summary display in the dashboard
- Add time preset buttons in snapshot creation dialog for quick time window selection
- Add external volume support for dissection jobs, enabling persistent storage across restarts
- Add
recvmsg/sendmsg/recvmmsg/sendmmsg/readv/writevsyscall hooks for improved SSL-to-fd tracking
Improvements
- Move Kubernetes metadata enrichment from hub to worker nodes — reduces hub load and improves scalability
- Stream pod Modified events to workers when enrichment fields change, keeping worker-side K8s metadata up to date
- Replace eBPF perf buffer with ring buffer-based packet poller for improved capture performance and memory efficiency
- Add async pin cleanup for graceful eBPF tracer termination, improving shutdown reliability
- Update MCP KFL schema to match KFL2 capabilities
- Update Network RCA AI skill resolution tools to
list_workloads/list_ips - Improve JSON payload detection and formatting in the dashboard
- Reset API stream on targeting change for consistent real-time view
- Extract snapshot tar archives directly during download for dissection
- Pass dissection storage flags to dissection jobs
- TCP flows in CLOSED state now bypass backend capture rules
- Add
subPathExprto worker DaemonSet for shared persistent storage - Refactor string splitting in loops for improved performance
- Bump Go base image from 1.25.7 to 1.26.1
Bug Fixes
- Fix pod targeting collision for same-named pods in different namespaces
- Fix KFL K8s field filtering for MCP live queries
- Fix eBPF-TLS capture source icon in the dashboard
- Fix snapshot creation to use only healthy workers
- Fix
do_accept()compatibility issue in eBPF tracer - Fix processing of stop raw capture command
- Fix flaking tests in hub
Patches
When new patch releases are published, they will be automatically added and listed in this section.
Download Kubeshark for your platform
Mac (x86-64/Intel)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v53.2.2/kubeshark_darwin_amd64 && chmod 755 kubeshark
Mac (AArch64/Apple M1 silicon)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v53.2.2/kubeshark_darwin_arm64 && chmod 755 kubeshark
Linux (x86-64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v53.2.2/kubeshark_linux_amd64 && chmod 755 kubeshark
Linux (AArch64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v53.2.2/kubeshark_linux_arm64 && chmod 755 kubeshark
Windows (x86-64)
curl -LO https://github.com/kubeshark/kubeshark/releases/download/v53.2.2/kubeshark.exe
Checksums
SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.
Download Kubeshark for your platform
Mac (x86-64/Intel)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v53.2.2/kubeshark_darwin_amd64 && chmod 755 kubeshark
Mac (AArch64/Apple M1 silicon)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v53.2.2/kubeshark_darwin_arm64 && chmod 755 kubeshark
Linux (x86-64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v53.2.2/kubeshark_linux_amd64 && chmod 755 kubeshark
Linux (AArch64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v53.2.2/kubeshark_linux_arm64 && chmod 755 kubeshark
Windows (x86-64)
curl -LO https://github.com/kubeshark/kubeshark/releases/download/v53.2.2/kubeshark.exe
Checksums
SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.