File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
content/en/docs/reference/tools Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,16 @@ Use Kompose to:
52
52
53
53
## Kui
54
54
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.
56
57
57
58
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 .
59
60
60
- Use Kui to :
61
+ Kui lets you :
61
62
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
You can’t perform that action at this time.
0 commit comments