Skip to content

Releases: pymag09/kubecui

Confirm dialog

16 Jul 08:32
Compare
Choose a tag to compare

All potentially dangerous actions, like deleting, draining nodes are protected by confirmation asking - "Are you sure Yes/No".

Bug fixes.

03 Jun 06:20
Compare
Choose a tag to compare

Logs pane, changing view bug, fixed.
Issue #3:

Release 1.0.0

26 Jan 07:18
Compare
Choose a tag to compare
  • kubecui was split in two parts - core and shortcuts. fx directory contains definition for all shortcuts. In order to change or add a hotkey, you don't need to modify the core part of kubecui.
  • Each environment uses color identification.
  • Trivy security scanner was integrated into the kubecui interface and can be used for scanning Kubernetes manifests as well as Docker images.

Bug fix.

03 Aug 05:07
Compare
Choose a tag to compare

Pod shell tries bash first if it is not available, switch to sh.

Bug. Interface improvements

02 Aug 16:56
Compare
Choose a tag to compare

When you port-forward or exec shell, pop-up windows shows up to give a choice what port to forward or what container to exec shell

Bug fix. F1...10 hotkeys

01 Aug 05:57
Compare
Choose a tag to compare

Bug fixes:
port-forward pops up dialog to choose what port to forward if multiple ports exposed.

Functional keys:
F1: explain
F2: shell to node or pod
F3: view YAML source. get -o yaml
F4: edit
F5: open describe in editor
F6: port-forward
F8: kill/delete object

Release. 0.2.0

03 Mar 07:56
Compare
Choose a tag to compare

Dark-side mode.
Multi-session interface.

Release. 0.1.0

16 Dec 06:34
Compare
Choose a tag to compare

The very first release.

It includes the k alias for kubectl which is complemented by fzf to make kubectl more interactive and easy to use.
Available commands:

  • k get
  • k logs
  • k explain
  • k config use-context
  • k config set ns

Everything you see as an output of the k alias is wrapped with fzf. The most patterns and key combinations.
Search patterns:
fzf starts in "extended-search mode" where you can
type in multiple search terms delimited by spaces
. e.g. ^music .mp3$ sbtrkt !fire

Token Match type Description
sbtrkt fuzzy-match Items that match sbtrkt
'wild exact-match (quoted) Items that include wild
^music prefix-exact-match Items that start with music
.mp3$ suffix-exact-match Items that end with .mp3
!fire inverse-exact-match Items that do not include fire
!^music inverse-prefix-exact-match Items that do not start with music
!.mp3$ inverse-suffix-exact-match Items that do not end with .mp3

Key combination:

  • ESC - exit
  • Ctrl+r - reload
  • Shift + up/down - scroll the right panel
  • Ctrl+/ - change size of the right panel