Radar v1.4.0
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.4.0/radar_v1.4.0_darwin_arm64.tar.gz
tar -xzf radar_v1.4.0_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.4.0/radar_v1.4.0_darwin_amd64.tar.gz
tar -xzf radar_v1.4.0_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.4.0/radar_v1.4.0_linux_amd64.tar.gz
tar -xzf radar_v1.4.0_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.4.0/radar-desktop_v1.4.0_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.4.0_linux_amd64.debFedora/RHEL:
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.4.0/radar-desktop_v1.4.0_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.4.0_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
- 98649e7 deps(go): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4
- 7d08d3c feat(auth): add OIDC TLS skip-verify and custom CA cert flags
- a5c95eb feat(auth): support loading OIDC client secret from existing K8s Secret
- be40da2 feat: add "Authenticate in terminal" button for auth failures
- 43904fb feat: add Cluster Audit — best practices scanner with grouped findings UI
- ad0a6a2 feat: add comprehensive NetworkPolicy support
- ee44a44 feat: add create/apply resource capability
- 9b585ab feat: add policy evaluation endpoint and drop correlation in traffic view
- d9009cb feat: add visual policy flow diagram to NetworkPolicy renderer
- 329ddab fix: add tooltips to truncated labels in policy flow diagram
- ff337f8 fix: handle null selectingPolicies and egress direction in policy correlation
- 6b15e0d fix: improve policy evaluation accuracy and add traffic correlation screenshot
- 4143267 fix: include Cilium policies in coverage calculation
- 038bf28 fix: resolve pod labels from cache when Hubble flows lack labels