Feel free to support the project!)
Dialog wrapper for kubectl utility to ease your work with k8s from CLI.
Start from selecting cluster. Clusters grabbed from config files in ~/.kube dir.
Then select namespace within selected cluster.
Now choose a type of object to observe.
Basic info about pod is at the top including container's statuses. And a bunch of commands in a 'working' area. You can describe the pod, get info in different formats (json, yaml, wide, name ...), get logs, search (grep) something in logs, execute commands or enter an interactive shell and do a port-forwarding. Or delete (terminate) this pod if needed.
And from the 'Quick selection' part you can jump to different objects of interest!
This is a work in progress project, so everything is a subject to change.
Trust me, i'm a CKA)