Kubernetes command line tool to provide live data about the cluster and it's resources
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
Make sure you have node installed and then run the command
npm install -g kubelive
Show list of pods in the clutser
kubelive get pods
As a shortcut you can also use
kubelive
-
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
MIT © Ameer Jhan