Skyhook Explorer v0.1.0
Kubernetes cluster visualization and topology explorer.
Installation
macOS (Apple Silicon):
curl -LO https://github.com/skyhook-io/explorer/releases/download/v0.1.0/explorer_0.1.0_darwin_arm64.tar.gz
tar -xzf explorer_0.1.0_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.0/explorer_0.1.0_darwin_amd64.tar.gz
tar -xzf explorer_0.1.0_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.0/explorer_0.1.0_linux_amd64.tar.gz
tar -xzf explorer_0.1.0_linux_amd64.tar.gz
sudo mv kubectl-explore /usr/local/bin/Then run: kubectl explore or kubectl-explore
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
- 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
- dbdf445 Add release tooling (goreleaser, install script, make release)
- 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
- b5267c9 Fix goreleaser hooks for npm build
- 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
- c842916 Update branding to match Skyhook design system
- 14005a2 Update branding to match Skyhook design system