Skip to content

Commit f20afa3

Browse files
authored
Merge pull request #30598 from Babapool/add-kui
Create an entry that describes the Kui tool within docs
2 parents 38459dc + fddb617 commit f20afa3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,19 @@ Use Kompose to:
4949
* Translate a Docker Compose file into Kubernetes objects
5050
* Go from local Docker development to managing your application via Kubernetes
5151
* Convert v1 or v2 Docker Compose `yaml` files or [Distributed Application Bundles](https://docs.docker.com/compose/bundles/)
52+
53+
## Kui
54+
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.
57+
58+
Kui takes the normal `kubectl` command line requests and responds with graphics. Instead
59+
of ASCII tables, Kui provides a GUI rendering with tables that you can sort.
60+
61+
Kui lets you:
62+
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)