mirror of
https://github.com/harivansh-afk/agentikube.git
synced 2026-04-15 03:00:43 +00:00
k9s
This commit is contained in:
parent
ea1e837dce
commit
7a067c3420
1 changed files with 9 additions and 0 deletions
|
|
@ -129,6 +129,15 @@ agentikube list
|
|||
agentikube ssh demo
|
||||
```
|
||||
|
||||
4. (Recommended) Install [k9s](https://k9scli.io/) for managing Kubernetes resources:
|
||||
|
||||
```bash
|
||||
brew install derailed/k9s/k9s
|
||||
k9s --context <your-cluster-context>
|
||||
```
|
||||
|
||||
Use `:crds`, `:sandboxes`, `:sandboxtemplates`, etc. to browse agent-sandbox resources.
|
||||
|
||||
## Test CLI Locally
|
||||
|
||||
Use this exact flow to verify the CLI on your machine:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue