From 487cb43667984a76bfc74bf7d523abdb6c5fe8ba Mon Sep 17 00:00:00 2001 From: derailed Date: Fri, 1 Feb 2019 14:31:56 -0700 Subject: [PATCH] update docs --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a9f09b82..f0130061 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ -# K9s - A command line application to manage your kubernetes clusters. +# K9s - CLI to manage your Kubernetes clusters. -A CLI written in GO and curses to interact with your Kubernetes clusters. -The aim of this project is to make it easier to navigate, observe and manage -your clusters. - -K9s is a CLI for Kubernetes. It provides a bit more information about your cluster -than *kubectl* while allowing to perform primordial Kubernetes commands with ease. +K9s is written in GO and provides a graphical terminal UI to interact with your +Kubernetes clusters. The aim of this project is to make it easier to navigate, +observe and manage your clusters. The CLI continually watches Kubernetes +resources for changes and offers subsequent commands to interact with the +observed resource.