Radar v1.7.6
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.7.6/radar_v1.7.6_darwin_arm64.tar.gz
tar -xzf radar_v1.7.6_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.7.6/radar_v1.7.6_darwin_amd64.tar.gz
tar -xzf radar_v1.7.6_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.7.6/radar_v1.7.6_linux_amd64.tar.gz
tar -xzf radar_v1.7.6_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.7.6/radar-desktop_v1.7.6_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.7.6_linux_amd64.debFedora/RHEL:
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.7.6/radar-desktop_v1.7.6_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.7.6_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
- d89500f Add endpointslices to rbac permissions (#868)
- 8fbb4ab Custom label/annotation columns in resource tables (#776) (#872)
- 8cef824 DRA + NVIDIA GPU Operator support (#878)
- 4d4da5b Fix bulk-delete review findings: selection count, partial-failure refresh, API group (#871)
- 9826caf GPU foundations: extended-resource visibility across nodes, pods, workloads (#877)
- 876d6dd GitOps/ArgoCD failure diagnosis: cause + remediation across the issues engine and detail page (#876)
- 4563e3c Honor kubectl.kubernetes.io/default-container for pod terminal/logs (#867)
- 884f6c6 Stream logs by default (#857) (#870)
- 5eb71f9 chore(deps): group npm minor/patch updates into one weekly Dependabot PR (#869)
- 9301eda feat(issues): add issue timing and meaningful change context (#873)
- ac30ef4 feat: bulk resource selection and deletion with checkboxes (#322)
- 5889c63 fix(auth): gate /api/connection + /debug/pprof behind authentication (#881)