v0.5.0 Release Notes
This is a massive release that updates ktop in several major ways. First, this release introduces Prometheus as a (default) metrics source, providing richer metrics and better accuracy when available. Second, the UI has been significantly enhanced with new detail views, improved navigation, and polished visualizations to make ktop a tool you can use daily to watch over your Kubernetes clusters.
What's Changed
New Features
- Prometheus Metrics Support - Native Prometheus scraping from
kubelet,cAdvisor, andAPI serverendpoints - Prometheus as Default - Metrics source now defaults to Prometheus with graceful fallback
- Runtime Namespace Filtering - Filter pods by namespace at runtime
- Content Filtering - Search and filter content within views
- Column Sorting - Sort tables by clicking column headers
- Resource Detail Views - Drill-down detail pages for nodes, pods, and containers
- Context-Aware Navigation - Navigation hints adapt to current view
- Toast Notifications - User messages displayed via toast windows
Improvements
- Redesigned cluster summary panel
- Improved summary statistics display
- Enhanced health check reporting
- Enhanced sparkline visualizations
- Unified runtime storage backend for metrics
- Dynamic height adjustment on terminal resize
Documentation
- Updated documentation to reflect the new changes
- New GitHub Pages published at https://vladimirvivien.github.io/ktop/
Full Changelog: v0.4.1...v0.5.0