# Kubernetes

### Installation Using Helm

To install the agent using Helm, first add the Ostara Helm repository

```bash
helm repo add ostara https://krud-dev.github.io/ostara-helm
```

Once added, you may install the chart using

```bash
helm install agent ostara/agent
```

For all available configurations, refer to the chart [README](https://github.com/krud-dev/ostara-helm/tree/main/charts/agent).


---

# 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.ostara.dev/documentation/agents/installation/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.
