Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.13 KB

README.md

File metadata and controls

68 lines (48 loc) · 2.13 KB

Kubelive

CircleCI codecov prettier jest semantic-release

Kubernetes command line tool to provide live data about the cluster and it's resources

Demo

Motivation

I felt that the output from kubectl get pod -w is very cluttered and it is a pain in my ass to understand which pod is running, which pod is exactly terminating so I built kubelive which updates the status of the pods in realtime without cluttering the terminal

Installation

Make sure you have node installed and then run the command

npm install -g kubelive

Available commands

Show list of pods in the clutser

kubelive get pods

As a shortcut you can also use

kubelive

Actions

  • You can use the ⬅️ and ➡️ keys to switch between available namespaces

  • You can use the ⬆️ and ⬇️ keys to select a pod

  • You can press the D key to delete the selected pod

  • You can press the C key to copy the name of the selected pod

Show your support by ⭐ the repo

License

MIT © Ameer Jhan