# Examples

This section contains complete, ready-to-use deployment examples for various environments.

## Next Steps

{% tabs %}
{% tab title="Deploy" %}

1. [**Deploy to Kubernetes**](/deployment/kubernetes-helm.md): Standard Helm deployment
2. [**Deploy to Cloud Platforms**](/deployment/cloud-platforms.md): GKE, EKS, and AKS
   {% endtab %}

{% tab title="Configure" %}

1. [**Configure OTLP Export**](/configuration/reference/opentelemetry-otlp-exporter.md): Set up authentication and TLS
2. [**Review Configuration Examples**](/configuration/examples.md): Complete HCL configurations
   {% endtab %}
   {% endtabs %}

### Need Help?

* [**Troubleshoot Deployment Issues**](/troubleshooting/deployment-issues.md): Resolve common problems
* [**GitHub Discussions**](https://github.com/elastiflow/mermin/discussions): Ask about your specific deployment scenario


---

# 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/examples.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.
