Skip to content

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

License

Notifications You must be signed in to change notification settings

z0omal1/kubelive

 
 

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%