# Kubernetes

### Supported versions

At this moment following versions of kubernetes are supported -

* 1.35
* 1.34
* 1.33

### Sample prompts

| Prompt                              | Description                                    |
| ----------------------------------- | ---------------------------------------------- |
| list nodes                          | List all the nodes of a k8s cluster            |
| list all the pods                   | Listing all the pods across all the namespaces |
| list all pods under test1 namespace | Lists all pods under test1 namespace           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mechcloud.io/ai-agents/rest-agent/kubernetes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
