Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kubeshark.exe | 2025-08-12 | 63.5 MB | |
kubeshark.exe.sha256 | 2025-08-12 | 80 Bytes | |
kubeshark_darwin_amd64 | 2025-08-12 | 63.5 MB | |
kubeshark_darwin_amd64.sha256 | 2025-08-12 | 89 Bytes | |
kubeshark_darwin_arm64 | 2025-08-12 | 61.3 MB | |
kubeshark_darwin_arm64.sha256 | 2025-08-12 | 89 Bytes | |
kubeshark_linux_amd64 | 2025-08-12 | 62.0 MB | |
kubeshark_linux_amd64.sha256 | 2025-08-12 | 88 Bytes | |
kubeshark_linux_arm64 | 2025-08-12 | 59.4 MB | |
kubeshark_linux_arm64.sha256 | 2025-08-12 | 88 Bytes | |
version.txt | 2025-08-12 | 8 Bytes | |
README.md | 2025-08-12 | 1.9 kB | |
v52.8.1 source code.tar.gz | 2025-08-12 | 114.0 kB | |
v52.8.1 source code.zip | 2025-08-12 | 156.9 kB | |
Totals: 14 Items | 310.0 MB | 2 |
Kubeshark release v52.8.1 (08-12-2025)
Release Highlights
This release includes small bug fixes and some new capabilities.
Bug Fixes & New Features
- Fixed support for Cgroup V2 in cases where additional privileges are required.
-
Implemented a traffic processing timeout for periods of complete inactivity:
-
A new Helm value has been introduced to define the timeout duration when there is no dashboard streaming traffic, no active recordings, and no agents operating.
- In such cases, Kubeshark will transition into a Dormant state until new activity is detected.
- During the Dormant state, traffic processing is halted, and resource consumption is minimized.
- This ensures Kubeshark consumes negligible system resources unless actively in use.
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/v52.8.1/kubeshark_darwin_amd64 && chmod 755 kubeshark
Mac (AArch64/Apple M1 silicon)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.8.1/kubeshark_darwin_arm64 && chmod 755 kubeshark
Linux (x86-64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.8.1/kubeshark_linux_amd64 && chmod 755 kubeshark
Linux (AArch64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.8.1/kubeshark_linux_arm64 && chmod 755 kubeshark
Windows (x86-64)
curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.8.1/kubeshark.exe
Checksums
SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256
to verify.