github skyhook-io/radar v1.5.7

5 hours ago

Radar v1.5.7

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/radar

Scoop (Windows):

scoop bucket add skyhook https://github.com/skyhook-io/scoop-bucket
scoop install radar

PowerShell (Windows):

irm https://raw.githubusercontent.com/skyhook-io/radar/main/install.ps1 | iex

Manual (macOS Apple Silicon):

curl -LO https://github.com/skyhook-io/radar/releases/download/v1.5.7/radar_v1.5.7_darwin_arm64.tar.gz
tar -xzf radar_v1.5.7_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.5.7/radar_v1.5.7_darwin_amd64.tar.gz
tar -xzf radar_v1.5.7_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.5.7/radar_v1.5.7_linux_amd64.tar.gz
tar -xzf radar_v1.5.7_linux_amd64.tar.gz
sudo mv kubectl-radar /usr/local/bin/

Desktop App

Homebrew (macOS):

brew install --cask skyhook-io/tap/radar-desktop

Debian/Ubuntu:

curl -LO https://github.com/skyhook-io/radar/releases/download/v1.5.7/radar-desktop_v1.5.7_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.5.7_linux_amd64.deb

Fedora/RHEL:

curl -LO https://github.com/skyhook-io/radar/releases/download/v1.5.7/radar-desktop_v1.5.7_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.5.7_linux_amd64.rpm

Scoop (Windows):

scoop bucket add skyhook https://github.com/skyhook-io/scoop-bucket
scoop install radar-desktop

Windows (direct download): Download from the assets below.

CLI

Then run: kubectl radar

Changelog

  • 468fb8a fix(cnpg): parse Go-format cert expiry dates so future certs aren't flagged expired (#555)
  • cf83904 fix(connecting): drop 'Loading…' fallback under 'Connecting to cluster' (#551)
  • 88bd1e9 fix(drawer): populate Recent Events and bias toward K8s events (#547) (#556)
  • f169e51 fix(k8s-ui): allow window URL fallback when location props omitted
  • dc8a20b fix(resources): redirect /resources to canonical /resources/pods
  • 3daa03c fix(resources): sync kind from router path and close drawer on kind change
  • 1ee9dc7 ui: width-aware ClusterName + converge ClusterSwitcher rendering (#553)

Don't miss a new radar release

NewReleases is sending notifications on new releases.