Skyhook Explorer v0.4.1
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.4.1/explorer_0.4.1_darwin_arm64.tar.gz
tar -xzf explorer_0.4.1_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.4.1/explorer_0.4.1_darwin_amd64.tar.gz
tar -xzf explorer_0.4.1_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.4.1/explorer_0.4.1_linux_amd64.tar.gz
tar -xzf explorer_0.4.1_linux_amd64.tar.gz
sudo mv kubectl-explorer /usr/local/bin/Then run: kubectl explorer or skyhook-explorer
Changelog
- 93ccf6c Add context switch error handling and connection timeout
- 214c83d Add diagnostic alerts to resource detail renderers
- b9c9adf Add health status reporting for Helm releases
- b373a21 Add real resource actions: delete, restart, CronJob trigger/suspend
- 782af28 Add structured error types for Explorer API
- a91ca69 Add thread safety to K8s client access during context switches
- 477441e Add unified timeline system and error handling improvements
- f447d91 Add usability tooltips to logs viewer and terminal
- 6649ca4 Fix clicking expanded pods from PodGroup in topology
- 9d75fab Improve ResourcesView columns, sorting, and filtering
- c5a6b79 Improve error handling in SSE and WebSocket handlers
- db86016 Minor fixes and optimizations
- 0042139 Small fixes: Rollout support, PodGroup handling, code cleanup
- 7df4429 Unify resource cache strategy with TanStack Query
- 5ba1a44 Unify resource queries and add scroll-to-selected
- f10a844 Update docs and configs for new timeline system