diff --git a/content/en/docs/reference/tools/_index.md b/content/en/docs/reference/tools/_index.md index 389e6e77d2..f582f992f5 100644 --- a/content/en/docs/reference/tools/_index.md +++ b/content/en/docs/reference/tools/_index.md @@ -49,3 +49,19 @@ Use Kompose to: * Translate a Docker Compose file into Kubernetes objects * Go from local Docker development to managing your application via Kubernetes * Convert v1 or v2 Docker Compose `yaml` files or [Distributed Application Bundles](https://docs.docker.com/compose/bundles/) + +## Kui + +[`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, Kui provides a GUI rendering with tables that you can sort. + +Kui lets you: + +* 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 \ No newline at end of file