File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
content/en/docs/reference/tools Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,17 @@ Use Kompose to:
49
49
* Translate a Docker Compose file into Kubernetes objects
50
50
* Go from local Docker development to managing your application via Kubernetes
51
51
* 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
You can’t perform that action at this time.
0 commit comments