Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Display a summary of Kubernetes node and cluster resource utilization by memory, cpu, and pods

License

Notifications You must be signed in to change notification settings

jedrecord/kutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

31 Commits

Repository files navigation

License: GPL v2 GitHub go.mod Go version kubernetes version OpenShift version Twitter Follow

kutil

Display a summary of Kubernetes node, namespace, and cluster resource utilization by memory, cpu, and pods

Screenshots

screenshot 1

screenshot 2

Installation

# To install the latest pre-built binary for linux:
sudo curl -L https://github.com/jedrecord/kutil/releases/download/v0.9.3/kutil-linux-amd64 \
 -o /usr/local/bin/kutil && sudo chmod 755 /usr/local/bin/kutil
To install from source (requires Go)
make build
sudo make install
or with go get:
GO111MODULE=on go get github.com/jedrecord/kutil/cmd/kutil

Source

The source code is well commented with the main command package located in the project cmd/kutil directory. You will find the meat of this program is in the resources package located in the pkg/resources directory. To build a binary from source, navigate to the cmd/kutil directory and run "go build".

Platforms

Currently, in the first release, only linux is supported. Look for Windows support in an upcoming release.

About

Display a summary of Kubernetes node and cluster resource utilization by memory, cpu, and pods

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /