Skip to content
Initial release

Kubebro is a command-line Kubernetes resource browser. It
facilitates exploration of Kubernetes clusters and exposes some
common tasks as easy to use commands.

Features:
  - Table-like navigation
  - Basic display of: `deployments`, `ingresses`, `pods`, `services`,
    `statefulsets`, `serviceaccounts`, `rolebindings`, `roles`
  - Basic JSON display of the above resources
  - Support for restarting `deployments` and `statefulsets`
  - Support for deleting `pods`
  - Support for searching through the JSON
  - Basic help screen
  - Log viewing by shelling out to `less` and `tail`