16 lines
804 B
Markdown
16 lines
804 B
Markdown
---
|
|
name: dot-ai-query
|
|
description: "Natural language query interface for Kubernetes cluster intelligence. Ask any questions about your cluster resources, capabilities, and status in plain English. Examples: \"What databases are running?\", \"Describe the nginx deployment\", \"Show me pods in the kube-system namespace\", \"What operators are installed?\", \"Is my-postgres healthy?\""
|
|
user-invocable: true
|
|
---
|
|
|
|
# dot-ai query
|
|
|
|
Natural language query interface for Kubernetes cluster intelligence. Ask any questions about your cluster resources, capabilities, and status in plain English. Examples: "What databases are running?", "Describe the nginx deployment", "Show me pods in the kube-system namespace", "What operators are installed?", "Is my-postgres healthy?"
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
dot-ai query
|
|
```
|