From a6ba36764daf37ed2ba10f18daf81b92a0913bd6 Mon Sep 17 00:00:00 2001 From: Vitthal Sai Date: Tue, 23 Nov 2021 02:01:43 +0530 Subject: [PATCH 1/2] 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 From fddb61757e3002d8527bde4195ea556564663e1e Mon Sep 17 00:00:00 2001 From: Vitthal Sai Date: Wed, 24 Nov 2021 16:36:37 +0530 Subject: [PATCH 2/2] Added content for better phrasing as suggested --- content/en/docs/reference/tools/_index.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/content/en/docs/reference/tools/_index.md b/content/en/docs/reference/tools/_index.md index 603e44d98b..f582f992f5 100644 --- a/content/en/docs/reference/tools/_index.md +++ b/content/en/docs/reference/tools/_index.md @@ -52,14 +52,16 @@ Use Kompose to: ## Kui -[`Kui`](https://github.com/kubernetes-sigs/kui) is a tool for enhancing CLIs with Graphics. +[`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 `Sortable tables` are presented as the output. +of ASCII tables, Kui provides a GUI rendering with tables that you can sort. -Use Kui to: +Kui lets you: -* 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 +* 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