Open source2025Author
logs-explorer
A modern, cross-platform desktop application for exploring and managing Kubernetes clusters, built with Tauri, SvelteKit, and Rust.
Problem
Reading logs across a Kubernetes cluster means kubectl, a pod name you have to look up first, and a terminal buffer that vanishes when you scroll too far.
Approach
A desktop application rather than another web console: Tauri with a Rust core doing the cluster work and SvelteKit for the interface. Local binary, native performance, and no cluster credentials passing through a browser.
Outcome
- Cross-platform builds for Windows, macOS and Linux produced by GitHub Actions on every release.
- Separate release and beta channels driven off the main and develop branches.
- MIT licensed and archived in a finished state rather than abandoned mid-feature.
Stack
SvelteTypeScriptRust