File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
content/en/docs/reference/tools Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,19 @@ 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 GUI tool that takes your normal
56
+ ` kubectl ` command line requests and responds with graphics.
57
+
58
+ Kui takes the normal ` kubectl ` command line requests and responds with graphics. Instead
59
+ of ASCII tables, Kui provides a GUI rendering with tables that you can sort.
60
+
61
+ Kui lets you:
62
+
63
+ * Directly click on long, auto-generated resource names instead of copying and pasting
64
+ * Type in ` kubectl ` commands and see them execute, even sometimes faster than ` kubectl ` itself
65
+ * Query a {{< glossary_tooltip text="Job" term_id="job">}} and see its execution rendered
66
+ as a waterfall diagram
67
+ * Click through resources in your cluster using a tabbed UI
You can’t perform that action at this time.
0 commit comments