Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 2.21 KB

README.md

File metadata and controls

34 lines (25 loc) · 2.21 KB

KUI (kubectl user interface)

Twitter Follow paypal Feel free to support the project!)

k8s

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. cluster

Then select namespace within selected cluster. namespace

Now choose a type of object to observe. type

Lets take pod for example.
pod_info

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)
cert_small

Twitter Follow paypal Feel free to support the project!)