Skip to content

Commit

Permalink
Added content for better phrasing as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
Babapool committed Nov 24, 2021
1 parent a6ba367 commit fddb617
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions content/en/docs/reference/tools/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,16 @@ Use Kompose to:

## Kui

[`Kui`](https://github.com/kubernetes-sigs/kui) is a tool for enhancing CLIs with Graphics.
[`Kui`](https://github.com/kubernetes-sigs/kui) is a GUI tool that takes your normal
`kubectl` command line requests and responds with graphics.

Kui takes the normal `kubectl` command line requests and responds with graphics. Instead
of ASCII tables `Sortable tables` are presented as the output.
of ASCII tables, Kui provides a GUI rendering with tables that you can sort.

Use Kui to:
Kui lets you:

* Click the long auto-generated resource names instead of copying and pasting it
* Process `kubectl` commands 2-3 faster than `kubectl` itself
* See waterfall diagrams of your jobs by executing `k get jobs`
* Browse through resources in a tabbed UI with help of a click
* Directly click on long, auto-generated resource names instead of copying and pasting
* Type in `kubectl` commands and see them execute, even sometimes faster than `kubectl` itself
* Query a {{< glossary_tooltip text="Job" term_id="job">}} and see its execution rendered
as a waterfall diagram
* Click through resources in your cluster using a tabbed UI

0 comments on commit fddb617

Please sign in to comment.