Skyhook Explorer v0.6.3
Kubernetes cluster visualization and topology explorer.
Installation
Homebrew:
brew tap skyhook-io/skyhook-cli
brew install skyhook-explorerManual (macOS Apple Silicon):
curl -LO https://github.com/skyhook-io/explorer/releases/download/v0.6.3/explorer_0.6.3_darwin_arm64.tar.gz
tar -xzf explorer_0.6.3_darwin_arm64.tar.gz
sudo mv kubectl-explorer /usr/local/bin/Manual (macOS Intel):
curl -LO https://github.com/skyhook-io/explorer/releases/download/v0.6.3/explorer_0.6.3_darwin_amd64.tar.gz
tar -xzf explorer_0.6.3_darwin_amd64.tar.gz
sudo mv kubectl-explorer /usr/local/bin/Manual (Linux amd64):
curl -LO https://github.com/skyhook-io/explorer/releases/download/v0.6.3/explorer_0.6.3_linux_amd64.tar.gz
tar -xzf explorer_0.6.3_linux_amd64.tar.gz
sudo mv kubectl-explorer /usr/local/bin/Then run: kubectl explorer or skyhook-explorer
Changelog
- 828c45b Update all deps - go get -u ./...
- 9d32854 deps(actions): bump actions/checkout from 4 to 6 (#11)
- 9e0a221 deps(actions): bump actions/setup-go from 5 to 6 (#10)
- 9bb0888 deps(actions): bump actions/setup-node from 4 to 6 (#9)
- a61ed8c deps(npm): bump @tanstack/react-query from 5.90.19 to 5.90.20 in /web (#20)
- 2eeda5c deps(npm): bump elkjs from 0.9.3 to 0.11.0 in /web (#18)
- 4f9735d deps(npm): bump esbuild and vite in /web (#27)
- 9c6f624 deps(npm): bump react-router-dom from 7.12.0 to 7.13.0 in /web (#21)
- edeef8d deps(npm): upgrade to Tailwind CSS v4 and React 19