k9s
$ brew install derailed/k9s/k9sKubernetes navigation, logs, and pod inspection from the terminal.
- k9s fits infra well, especially for kubernetes navigation, logs, and pod inspection from the terminal.
- 13,965 homebrew installs (30d).
- Verify with `k9s --version` first.
- Best treated as a human-first terminal tool.
- Output is mostly text-first, so verify results before scripting around it.
K9s guide
Kubernetes navigation, logs, and pod inspection from the terminal. Built by Derailed.
Open CLI packages the install path, verify step, and safe-start workflow so this tool can move from “interesting CLI” to something you can actually use. It also integrates with skills.sh so each CLI comes with the right companion skills, not just a binary and a docs link.
When to apply
- kubernetes navigation, logs, and pod inspection from the terminal.
- You work with containers and infrastructure and want a fast terminal interface.
- You need kubernetes navigation.
- You need logs.
- You need pod inspection.
Quick reference
brew install derailed/k9s/k9sk9s --versionk9sOpen CLI × skills.sh
Open CLI integrates k9s with the right skills.sh companions so you get the tool and the workflow together.
Deployment Automation
Recommended pairingOpen CLI recommends this skills.sh skill because it fits containers / infra workflows. Safer deployment routines with approvals, checks, and repeatable steps.
$ npx skills add https://github.com/supercent-io/skills-template --skill deployment-automationUse k9s together with the Deployment Automation skills.sh skill. Inspect the current project, verify prerequisites, and suggest the safest next deployment step before changing anything.
Why this tool
- k9s fits infra well, especially for kubernetes navigation, logs, and pod inspection from the terminal.
- 13,965 homebrew installs (30d).
- Verify with `k9s --version` first.
Watch-outs
- Needs network access.
- Automation can be brittle.
- Output is mostly plain text.
Example workflow
1. k9sSafe start
Install k9s.
Run `k9s --version` first.
Start with `k9s`.
Install the infra CLI and verify kubeconfig, Docker context, or cloud credentials.