Radar v1.13.1
Modern Kubernetes visibility. Local-first. No account. No cloud dependency. Fast.
Topology, event timeline, and service traffic — plus resource browsing and Helm management. Open source. Free forever.
Installation
Homebrew (macOS/Linux):
brew install skyhook-io/tap/radarScoop (Windows):
scoop bucket add skyhook https://github.com/skyhook-io/scoop-bucket
scoop install radarPowerShell (Windows):
irm https://raw.githubusercontent.com/skyhook-io/radar/main/install.ps1 | iexManual (macOS Apple Silicon):
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.13.1/radar_v1.13.1_darwin_arm64.tar.gz
tar -xzf radar_v1.13.1_darwin_arm64.tar.gz
sudo mv kubectl-radar /usr/local/bin/Manual (macOS Intel):
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.13.1/radar_v1.13.1_darwin_amd64.tar.gz
tar -xzf radar_v1.13.1_darwin_amd64.tar.gz
sudo mv kubectl-radar /usr/local/bin/Manual (Linux amd64):
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.13.1/radar_v1.13.1_linux_amd64.tar.gz
tar -xzf radar_v1.13.1_linux_amd64.tar.gz
sudo mv kubectl-radar /usr/local/bin/Desktop App
Homebrew (macOS):
brew install --cask skyhook-io/tap/radar-desktopDebian/Ubuntu:
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.13.1/radar-desktop_v1.13.1_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.13.1_linux_amd64.debFedora/RHEL:
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.13.1/radar-desktop_v1.13.1_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.13.1_linux_amd64.rpmScoop (Windows):
scoop bucket add skyhook https://github.com/skyhook-io/scoop-bucket
scoop install radar-desktopWindows (direct download): Download from the assets below.
CLI
Then run: kubectl radar
Changelog
- 2de2457 Align investigation header status and action spacing (#1721)
- 3c4c4b7 Attribute pods to workloads by ownership, never by name prefix (#1694)
- c480724 Chart the vitals diagnose captured as Findings evidence (#1714)
- 8df3b00 Decide per-kind behaviour once, and stop the case from overstating itself (#1695)
- cc95f0d Diagnose a workload's HPA on the workload itself (#1685)
- 2b58ec6 Let hosts own investigation collaboration actions (#1728)
- 898874c Let the agent make its case over Radar evidence (#1715)
- 3ec1d9a Render cited Prometheus range queries as chart cards with change markers (#1684)
- eb2f39b Show AWS profile in EKS auth error hints (#1725)
- 9f73370 Show startup progress before the agent's first message (#1692)
- 1c18596 feat(pod-file-browser): inline preview for size-bounded text files (#1711)
- 3bf7b43 fix(topology): expose all declared Service ports not just the first (#1630)