KView
Developer
Michael Saenz
About
What is KView? KView is a standalone desktop application to interact with your Kubernetes cluster, some features include:
- Filter by namespace and application (pod)
- Refresh list of applications (pods)
- View application (pod) status, annotations, labels, events, cluster-context
- View/Copy application (pod) YAML
- View container logs
- Execute commands on containers
- More to come…

Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/michaeljsaenz/kview@latest
Or you can download the code directly from git:
git clone https://github.com/michaeljsaenz/kview