app icon

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ā€¦
app screenshot

Installation

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