kubectl-topui

command module
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

README

kubectl-topui

A tui for kubectl top!

Display standard kubectl top info along with some graphs for the cpu/memory.

Installation

$ kubectl krew index add chriskim06 git@github.com:chriskim06/custom-index.git
$ kubectl krew install chriskim06/topui

Demo

the demo displays the braille plots a little weird because i cant figure out font stuff with the recording software. here is a screenshot

Configuration

you can configure this plugin with a file at ~/.config/kubectl-topui/config.yml

theme:
  # color of the border around the selected pane
  selected: 13

  # color for the cpu limit line in the plot
  cpuLimit: 9

  # color for the memory limit line in the plot
  memLimit: 9

  # color for the cpu usage line in the plot
  cpuUsage: 10

  # color for the memory usage line in the plot
  memUsage: 10

  # color of the x and y axis of the plots
  axis: 231

  # color of the axis labels
  labels: 231

Documentation

Overview

Copyright © 2020 Chris Kim

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
internal
cmd
ui

Jump to

Keyboard shortcuts

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