Radar v1.6.2
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.6.2/radar_v1.6.2_darwin_arm64.tar.gz
tar -xzf radar_v1.6.2_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.6.2/radar_v1.6.2_darwin_amd64.tar.gz
tar -xzf radar_v1.6.2_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.6.2/radar_v1.6.2_linux_amd64.tar.gz
tar -xzf radar_v1.6.2_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.6.2/radar-desktop_v1.6.2_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.6.2_linux_amd64.debFedora/RHEL:
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.6.2/radar-desktop_v1.6.2_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.6.2_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
- a8fbb31 chore(deps): add 7-day cooldown to Dependabot updates (#749)
- 00a48a6 docs(cloud): explain why URL discovery is dormant on managed K8s (#727)
- 4a334e9 feat(flux): add Message column to HelmRelease list view (#729)
- 79a273a feat(issues): add Kyverno as a source for /api/issues + MCP issues tool (T11) (#723)
- c685e34 feat(prometheus): custom HTTP headers for auth-protected backends (#732)
- 32761d2 feat(topology): get_neighborhood MCP tool + REST endpoint with RBAC-pre-filtered BFS (T12) (#724)
- 7e41247 feat: RBAC reverse-lookup visibility + Crossplane MVP (#726)
- 433743a feature(helm): add pod labels to helm chart (#757)
- 287b5ca fix(exec): support Windows pods in mixed clusters (#687) (#730)
- 70fcb1e fix(helm): use yaml.stringify for Values viewer + cluster fix (#750)
- 80db37c fix(home): scope topology preview legend by ns + count restricted ns (#735)
- d95856d fix(rbac): probe all accessible namespaces for typed list fallback (#686) (#731)
- 30d18d6 fix(resources): filterable namespace + discoverable filter affordance + header width fixes (#751)