# Deployment

- [Deployment Overview](https://docs.mermin.dev/deployment/overview.md)
- [Kubernetes with Helm](https://docs.mermin.dev/deployment/kubernetes-helm.md)
- [Cloud Platforms](https://docs.mermin.dev/deployment/cloud-platforms.md)
- [Advanced Scenarios](https://docs.mermin.dev/deployment/advanced-scenarios.md)
- [Docker on Bare Metal](https://docs.mermin.dev/deployment/docker-bare-metal.md)
- [Examples](https://docs.mermin.dev/deployment/examples.md)
- [Mermin with OpenTelemetry Collector](https://docs.mermin.dev/deployment/examples/local-otel.md)
- [Mermin with NetObserv Flow and OpenSearch](https://docs.mermin.dev/deployment/examples/netobserv-os-simple-svc.md)
- [Mermin with NetObserv Flow and OpenSearch in GKE with Gateway](https://docs.mermin.dev/deployment/examples/netobserv-os-simple-gke-gw.md)
- [Mermin with GreptimeDB](https://docs.mermin.dev/deployment/examples/greptimedb-simple-svc.md)


---

# 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.mermin.dev/deployment.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.
