From a6ba36764daf37ed2ba10f18daf81b92a0913bd6 Mon Sep 17 00:00:00 2001 From: Vitthal Sai Date: Tue, 23 Nov 2021 02:01:43 +0530 Subject: [PATCH] Create an entry that describes the Kui tool within docs --- content/en/docs/reference/tools/_index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/en/docs/reference/tools/_index.md b/content/en/docs/reference/tools/_index.md index 389e6e77d2..603e44d98b 100644 --- a/content/en/docs/reference/tools/_index.md +++ b/content/en/docs/reference/tools/_index.md @@ -49,3 +49,17 @@ 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 tool for enhancing CLIs with Graphics. + +Kui takes the normal `kubectl` command line requests and responds with graphics. Instead +of ASCII tables `Sortable tables` are presented as the output. + +Use Kui to: + +* Click the long auto-generated resource names instead of copying and pasting it +* Process `kubectl` commands 2-3 faster than `kubectl` itself +* See waterfall diagrams of your jobs by executing `k get jobs` +* Browse through resources in a tabbed UI with help of a click \ No newline at end of file