github skyhook-io/radar v0.1.1

latest releases: v1.1.2, v1.1.1, v1.1.0...
one month ago

Skyhook Explorer v0.1.1

Kubernetes cluster visualization and topology explorer.

Installation

macOS (Apple Silicon):

curl -LO https://github.com/skyhook-io/explorer/releases/download/v0.1.1/explorer_0.1.1_darwin_arm64.tar.gz
tar -xzf explorer_0.1.1_darwin_arm64.tar.gz
sudo mv kubectl-explore /usr/local/bin/

macOS (Intel):

curl -LO https://github.com/skyhook-io/explorer/releases/download/v0.1.1/explorer_0.1.1_darwin_amd64.tar.gz
tar -xzf explorer_0.1.1_darwin_amd64.tar.gz
sudo mv kubectl-explore /usr/local/bin/

Linux (amd64):

curl -LO https://github.com/skyhook-io/explorer/releases/download/v0.1.1/explorer_0.1.1_linux_amd64.tar.gz
tar -xzf explorer_0.1.1_linux_amd64.tar.gz
sudo mv kubectl-explore /usr/local/bin/

Then run: kubectl explore or kubectl-explore

Changelog

  • 41e7bd8 Change default ports to 9280 (backend) and 9273 (frontend dev)
  • eb429f6 Update goreleaser config for v2

Don't miss a new radar release

NewReleases is sending notifications on new releases.