Menu
Documentationbreadcrumb arrow Grafana Enterprise Metricsbreadcrumb arrow Set upbreadcrumb arrow Deploy GEM on Kubernetes with Helm
Enterprise

Deploy GEM on Kubernetes with Helm

Use the mimir-distributed Helm chart to deploy GEM in a Kubernetes cluster. The Helm chart encodes best practices for running GEM, including the option to run GEM in microservices mode using a feature flag.

Example values files

The mimir-distributed Helm chart includes the following example values files:

File nameDescription
values.yamlContains default values for testing GEM in non-production environments using a test MinIO deployment for object storage.
small.yamlContains values for production use for ingestion up to approximately one million series.
large.yamlContains values for production use for ingestion up to approximately ten million series.

See also

To learn more about the mimir-distributed Helm chart, refer to the Grafana mimir-distributed Helm chart documentation.