KView is a standalone desktop application to interact with your Kubernetes cluster.
- Utilizes the Fyne toolkit
- Written 💯 percent in Go
- Built for macOS 🍎
- Contributions welcome ❗
- 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
See Issues
run make build
to build binary and package app
go test -race -coverprofile=coverage.txt -covermode=atomic