v52.3.85 (2024-10-29)
Release Highlights
Keywords: eBPF, Cilium, Scripting, AWS Kinesis, Performance
In this release, we fixed multiple bugs and made several improvements. Kubeshark's eBPF implementation can now work safely with the Cilium CNI. We also added new helper functions, including one that supports uploading data to AWS Kinesis.
New Features & Bug Fixes
- Changed traffic capture to start by default (
tap.stopped=false
). This behavior can be adjusted with a configuration value. - Removed the
globalFilter
that previously prevented access to the recording screen. Issue #1632 - Set
tap.resourceGuard.enabled
to true by default. This ensures that by default, if resource utilization (CPU, memory, disk) exceeds 90% on any node, traffic capture and processing will pause for that node, until utilization falls below 90%. - Enhanced pod/container identification in environments with Envoy.
- Addressed critical vulnerabilities. Issue #1598 - thanks to @cmontemuino ❤️❤️❤️
- Added an AWS Kinesis scripting helper.
- Introduced a
webhookForm
scripting helper to supportmultipart/form-data
content type. - Fixed several scripting and eBPF-related bugs.
- Started measuring round-trip time in microseconds instead of milliseconds (in K8s everything is much faster).
- Resolved an eBPF-related bug that previously limited compatibility with Cilium CNI. They’re best friends now :)
Download Kubeshark for your platform
Mac (x86-64/Intel)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.3.85/kubeshark_darwin_amd64 && chmod 755 kubeshark
Mac (AArch64/Apple M1 silicon)
rm -f kubeshark && curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.3.85/kubeshark_darwin_arm64 && chmod 755 kubeshark
Linux (x86-64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.3.85/kubeshark_linux_amd64 && chmod 755 kubeshark
Linux (AArch64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.3.85/kubeshark_linux_arm64 && chmod 755 kubeshark
Windows (x86-64)
curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.3.85/kubeshark.exe
Checksums
SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256
to verify.