Releases: pymag09/kubecui
Confirm dialog
Bug fixes.
Logs pane, changing view bug, fixed.
Issue #3:
Release 1.0.0
- 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.
Bug. Interface improvements
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
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
Dark-side mode.
Multi-session interface.
Release. 0.1.0
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