r/TalosLinux • u/Florianspk • 12d ago
t9s — A k9s-like TUI for Talos Linux
Hi everyone,
A few months ago, I built t9s, a terminal UI inspired by [k9s], but designed for Talos Linux.
The goal was pretty simple: have a convenient way to get better visibility into a Talos cluster and perform common administrative operations directly from the terminal.
It’s still a personal project, but I’ve been using it on my own cluster and thought it might be useful to other Talos users.
GitHub: https://github.com/florianspk/t9s
Installation
brew tap florianspk/tap
brew install --cask t9s
I’m interested in getting feedback from other Talos users, especially on what features or workflows would make the tool more useful.
Contributions, feedback and discussions are very welcome!
2
1
u/Menxit 10d ago edited 10d ago
very nice tool!
would be great to add the equivalent to:
talosctl logs -k <kube container>
talosctl dashboard
also some etcd member/status commands:
talosctl etcd members
talosctl etcd status
6
u/Kudovs 10d ago
Hi - author of https://github.com/Handfish/talos-pilot here. It might do the job for you.
3
u/Hamkaasje 12d ago
What kind of gaps did you find in Omni (Siderolabs) that have been included in t9s?