k9s is a terminal-based UI for interacting with Kubernetes clusters.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-38547619)More formats (shields.io, HTML) on the badges page.
# k9s Quickstart
k9s is a terminal-based UI for interacting with Kubernetes clusters.
## Prerequisites
- Kubernetes cluster access (configured in `~/.kube/config`)
- kubectl configured and working
## Basic Usage
```bash
# Start k9s (opens default view)
k9s
# Start with specific namespace
k9s -n kube-system
# Start in read-only mode
k9s --readonly
```
## Navigation
| Key | Action |
|-----|--------|
| `:` | Command mode (type resource name) |
| `/` | Filter resources |
| `d` | Describe resource |
| `l` | View logs |
| `e` | Edit resource |
| `s` | Shell into pod |
| `Ctrl-d` | Delete resource |
| `q` | Quit |
## Common Views
```bash
# View pods
k9s -c pod
# View deployments
k9s -c deployment
# View services
k9s -c service
# View nodes
k9s -c node
```
## Tips
- Press `?` for help within k9s
- Use `:q` to quit
- Resources are color-coded by status
- Real-time updates as cluster changes
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...