Radar v1.14.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.14.1/radar_v1.14.1_darwin_arm64.tar.gz
tar -xzf radar_v1.14.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.14.1/radar_v1.14.1_darwin_amd64.tar.gz
tar -xzf radar_v1.14.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.14.1/radar_v1.14.1_linux_amd64.tar.gz
tar -xzf radar_v1.14.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.14.1/radar-desktop_v1.14.1_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.14.1_linux_amd64.debFedora/RHEL:
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.14.1/radar-desktop_v1.14.1_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.14.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
- 6bd5e73 Cloud connect: tell people when the cluster is already connected; name the cluster in the CTA (#1800)
- dfe47b3 Cloud connect: the admin note says what it installs and names the self-hosted option (#1797)
- e0f6d8d Findings: a card for every tool result, and citations that reach them (#1802)
- 81abf71 Findings: the evidence pane and the assessment parts split by concern (#1799)
- bd1ec82 Modify resource limits and requests in values.yaml
- 0619c79 Size the Go GC to the container memory limit (#1805)
- 7c25e10 cloud: make the wiring test's log sink safe to read concurrently
- 0f9cc88 cloud: narrow the handshake claims to what is observable
- ae7e5f0 cloud: only 401 is a verdict on the cluster token
- c665da1 fix(gitops): show what a tree node is, not only that it is healthy
- 8fba01a motion: follow-ups from the hub rollout (#1804)