Skip to content

v1.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 17:30
7ffa6e2

Radar v1.11.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/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.11.0/radar_v1.11.0_darwin_arm64.tar.gz
tar -xzf radar_v1.11.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.11.0/radar_v1.11.0_darwin_amd64.tar.gz
tar -xzf radar_v1.11.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.11.0/radar_v1.11.0_linux_amd64.tar.gz
tar -xzf radar_v1.11.0_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.11.0/radar-desktop_v1.11.0_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.11.0_linux_amd64.deb

Fedora/RHEL:

curl -LO https://github.com/skyhook-io/radar/releases/download/v1.11.0/radar-desktop_v1.11.0_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.11.0_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

  • 273d21c Enhance support for Argo Rollouts (#1380)
  • 2c76571 Perf/slim pod replicaset list rows (#1443)
  • 7ffa6e2 deps(radar-app): require k8s-ui 1.13.0 for the new policy and backup types (#1462)
  • 7cae189 deps: combine 9 soaked Dependabot bumps (#1460)
  • 939b85a diagnostics: report the Linux desktop rendering environment (#1458)
  • cd32e8c docs(mcp): cross-link the Reachability doc from the diagnose tool (#1429)
  • 6daa9e5 feat(calico): add first-class Calico visibility (#1447)
  • 5853690 feat(cnpg): report a backup schedule that stopped running (#1456)
  • cfbc980 feat(scripts): add reproducible Kyverno, CNPG and Velero demo clusters (#1402)
  • 44ee91c feat(traffic): Beyla source, reworked against a live scrape (#1448)
  • d043c94 feat(traffic): add Grafana Beyla as a traffic source (#1205) (#1217)
  • 767d142 feat(velero): what a backup phase does not tell you (#1446)
  • f6f6314 feat: per-policy resource coverage, and CloudNativePG backup destinations + declarative objects (#1432)
  • 555f709 fix(calico): correctness fixes found running the integration on a real cluster (#1455)
  • 32266c1 fix(reachability): only offer vantages the deployment can actually test from (#1430)
  • e26a5b1 fix(traffic): bring the Beyla source to parity with the others (#1449)
  • 5044961 perf(k8s): gate CRD warmup/discovery on deferred informer sync (#1444)
  • c0f3cbb perf(sse): run topology broadcasts on a dedicated worker (#1440)
  • 626a23a perf(topology): stop building the relationship graph to caption a card (#1450)