mirror of
https://github.com/harivansh-afk/agentikube.git
synced 2026-04-17 10:02:22 +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
|
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
|
## Test CLI Locally
|
||||||
|
|
||||||
Use this exact flow to verify the CLI on your machine:
|
Use this exact flow to verify the CLI on your machine:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue