Skip to content

Install OpenObserve — Enterprise

This guide explains how to deploy OpenObserve Enterprise Edition in a Kubernetes environment using Helm.

For support, reach out in the Slack channel.

Architecture Overview

OpenObserve Enterprise Edition depends on several components to support scalable ingestion, search, storage, and access control:

  • Object Storage, such as S3, Azure Blob, GCS, or MinIO, stores all telemetry data in Parquet format.
  • PostgreSQL stores metadata such as dashboards, stream configurations, users, and the filelist table.
  • NATS coordinates communication between ingestion and query nodes.
  • Dex and OpenFGA enable Single Sign-On (SSO) and Role-Based Access Control (RBAC).

Choose your cloud

Infrastructure-as-Code

  • Terraform — Deploy OpenObserve and manage its resources with the official Terraform provider and Kubernetes module. OpenTofu supported.

Other resources