kli
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/kli/
A fast, keyboard-driven Kubernetes TUI.
Script Preview
Review this script before executing in your terminal.

kli is a keyboard-driven Kubernetes TUI for managing cluster resources from the terminal, inspired by lazygit, and k9s.
It can browse any resource in the k8s cluster and query properties including the clusters health, nodes, pods, deployments and warnings. It can also read resources, edit objects, restart workloads, scale deployments and inspect ant pod by via previewing logs or opening a shell inside of the pod.
For ease of navigation, it has a command palette which you can use to search or perform actions on resources within the cluster and it remembers the context and namespace after you restart the tool. It also comes with support for several themes and standard vim key-bindings.
This tool is useful for DevOps engineers, SREs, and developers that use Kubernetes who are looking for a k9s alternative for daily inspection of Kubernetes clusters with a lazygit-like interface.

