KView
KView is a standalone desktop application to interact with your Kubernetes cluster.
- Utilizes the Fyne toolkit
- Written :100: percent in Go
- Built for macOS 🍎
- Contributions welcome ❗
Features
- Filter and Search: Filter by namespace and application (pod)
- On Demand Refresh: Refresh list of applications (pods)
- Status Information: View application (pod) status, annotations, labels, events, cluster-context
- Export YAML: View/Copy application (pod) YAML
- Logs: View container logs
- Pod Exec: Execute commands on containers
Screenshots

Backlog
See Issues
Release 
run make build
to build binary and package app
Run tests locally
go test -race -coverprofile=coverage.txt -covermode=atomic