b4n
is a terminal user interface for the Kubernetes API, created mainly for learning the Rust programming language. It is heavily based on the k9s
project.
The Cascadia Code font, or any other font with Nerd Font symbols, is required for proper display of the user interface in the terminal.
As the project is in its early stages, for this moment the only supported functions are:
- listing of any kubernetes resources
- deletion of selected resources
General planned features:
- sorting and filtering the list of resources
- changing the kube context from the UI
- describe a resource
- show resources YAML
- edit resources YAML
- show pod containers and their logs
- port forwarding
- shell