Categorygithub.com/michaeljsaenz/kview
repositorypackage
0.0.5
Repository: https://github.com/michaeljsaenz/kview.git
Documentation: pkg.go.dev

# README

Code Status Coverage Status Latest Release

KView

KView is a standalone desktop application to interact with your Kubernetes cluster. Get started by downloading it from KView website.

  • Utilizes the Fyne toolkit
  • Written :100: percent in Go
  • Built for macOS:apple:
  • Contributions welcome:exclamation:

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

Screenshot

Backlog

See Issues

Release Latest Release

run make build to build binary and package app

Run tests locally

go test -race -coverprofile=coverage.txt -covermode=atomic