Skyhook Explorer v0.2.0
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.2.0/explorer_0.2.0_darwin_arm64.tar.gz
tar -xzf explorer_0.2.0_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.2.0/explorer_0.2.0_darwin_amd64.tar.gz
tar -xzf explorer_0.2.0_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.2.0/explorer_0.2.0_linux_amd64.tar.gz
tar -xzf explorer_0.2.0_linux_amd64.tar.gz
sudo mv kubectl-explorer /usr/local/bin/Then run: kubectl explorer or skyhook-explorer
Changelog
- c2097bc Add CI status badge to README
- 9ca1bca Add GitHub Actions CI and update to Go 1.25
- a16518e Add Helm releases view with revision history, manifest viewer, and actions
- a2d62f5 Add light/dark theme toggle and path-based URL routing
- f47bcc4 Add open source essentials: Apache 2.0 license and contributor docs
- 8670844 Add persist-history flag to dev commands and dynamic K8s clients
- bc92184 Add pod logs viewer and improve resource drawer UX
- 6b378e6 Add release tooling (goreleaser, install script, make release)
- 1ab0503 Add resource editing core: update.go and YamlEditor component
- 4129d52 Add terminal exec and port forwarding features
- 8ba311f Change default ports to 9280 (backend) and 9273 (frontend dev)
- 36d1805 Enhance events mode with improved resource detail view and timeline
- ed99cea Enhance events timeline view with hierarchical grouping
- fd2dbd6 Enhance topology view with filter sidebar and shortcut edges
- fdb5484 Fix drawer crashes and syntax highlighter line backgrounds
- cd74d85 Fix gitignore to not exclude cmd/explorer directory
- 00b9fa2 Fix goreleaser hooks for npm build
- bdaca09 Fix goreleaser v2 deprecations
- fe9383c Fix release script to find latest tag correctly
- 6bdbf65 Ignore frontend build assets in internal/static/dist/assets/
- 6286a30 Improve topology view layout and grouping
- 1995058 Improve topology view with hierarchical layout and enhanced grouping
- 379652e Initial commit: Skyhook Explorer
- 88559d6 Rename binary to kubectl-explorer, add skyhook-explorer alias
- 3e065cf Update README with comprehensive documentation
- c842916 Update branding to match Skyhook design system
- 1ee43bd Update branding to match Skyhook design system
- 616e5e9 Update documentation with comprehensive feature coverage
- f387723 Update goreleaser config for v2