Skip to content

Commit a6ba367

Browse files
committed
Create an entry that describes the Kui tool within docs
1 parent a05f047 commit a6ba367

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,17 @@ 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 tool for enhancing CLIs with Graphics.
56+
57+
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+
60+
Use Kui to:
61+
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

0 commit comments

Comments
 (0)