Skip to content

Commit fddb617

Browse files
committed
Added content for better phrasing as suggested
1 parent a6ba367 commit fddb617

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

content/en/docs/reference/tools/_index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,16 @@ Use Kompose to:
5252

5353
## Kui
5454

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

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

60-
Use Kui to:
61+
Kui lets you:
6162

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

0 commit comments

Comments
 (0)