kcui

command module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2019 License: MIT Imports: 11 Imported by: 0

README

= KCUI - Kubernetes Console User Interface

image:https://travis-ci.org/ZacharyChang/kcui.svg?branch=master[alt="Build Status", link="https://travis-ci.org/ZacharyChang/kcui"]
image:https://goreportcard.com/badge/github.com/ZacharyChang/kcui[alt="Go Report Card", link="https://goreportcard.com/report/github.com/ZacharyChang/kcui"]

== Introduction
KCUI is a simple tool to monitor the k8s pods and logs. From this tool you can easily watch the pods status and logs changing.

== Features
1. Configuration from kubeconfig file (default from $HOME/.kube/config)
2. Change namespace from command params (default as 'default')
3. List current pods in the panel.
4. Tail logs from selected pod.

== Installation
=== macOS
....
curl -Lo kcui https://github.com/ZacharyChang/kcui/releases/download/v0.1.2/kcui_darwin && chmod +x kcui
....

=== Linux
....
curl -Lo kcui https://github.com/ZacharyChang/kcui/releases/download/v0.1.2/kcui_linux && chmod +x kcui
....

=== Windows ( not tested )
....
curl -Lo kcui.exe https://github.com/ZacharyChang/kcui/releases/download/v0.1.2/kcui_windows.exe
....


Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
log

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL