If you have downloaded one of the pre-built Electron
releases, double click to
launch Kui. From there, you can use Kui as a normal terminal, with
graphical enhancements. For example, try kubectl -h
, and you can see
how Kui enhances the help system of kubectl
.
You may also use this prebuilt image as a kubectl
plugin. After
downloading and unpacking Kui, add the unpacked directory to your
PATH. You should now be able to launch Kui from your favorite
terminal. For example, to list your Kubernetes pods:
kubectl kui get pods
Kui also includes graphical enhancements for
krew, the Kubernetes plugin
manager: the krew list
, and krew info
commands, for example. If
you wish to contribute there, first consult the Developer Guide. Then,
check out the source to the existing krew enhancements, which are
located
here.
We welcome your contributions! The Kui developer guide is currently located on the wiki.
Kui currently supports Carbon Components and (partially) PatternFly v4. If you wish to add support for a new component library, or augment the current support, read more.