Release Highlights 🎈🎉 New Protocol Alert: LDAP 🎈🎉
In this release, we've addressed several bugs and introduced significant enhancements:
-
LDAP Protocol Support: Kubeshark now supports the LDAPv3 protocol, expanding its protocol analysis capabilities.
-
Dashboard Color Scheme Refresh: The dashboard's color scheme has been updated for improved visual clarity.
-
Enhanced Scripting Capabilities: Improvements have been made to the scripting functionality, enhancing user experience.
Additionally, Kubeshark can now remediate by blocking the ingress and egress of a pod when suspicious behavior is detected.
Keywords: LDAP, scripting, eBPF, dashboard
New Features & Bug Fixes
-
Fixed an issue where adding a new script after deleting a previous one disrupted the scripts list (#1663).
-
Renamed the
tls
dissector totlsx
to prevent confusion with HTTPS TLS. -
Enhanced source/destination resolution for pods that started before Kubeshark when using eBPF as the packet capture method (enabled with
--set tap.packetCapture=ebpf
). -
Added a helper function to block egress and ingress for specific pods.
Download Kubeshark for your platform
Mac (x86-64/Intel)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.3.92/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.92/kubeshark_darwin_arm64 && chmod 755 kubeshark
Linux (x86-64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.3.92/kubeshark_linux_amd64 && chmod 755 kubeshark
Linux (AArch64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.3.92/kubeshark_linux_arm64 && chmod 755 kubeshark
Windows (x86-64)
curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.3.92/kubeshark.exe
Checksums
SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256
to verify.