> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-sync-clickhouse-operator-docs-7e82242.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment options

> ClickStack deployment options

<CardGroup cols={3}>
  <Card title="All In One" href="/products/clickstack/deployment/all-in-one">
    Comprehensive Docker image bundling all ClickStack components. Suitable for demos and local testing of the full stack.
  </Card>

  <Card title="ClickHouse Cloud" href="/products/clickstack/deployment/managed">
    Designed for users who are using ClickHouse Cloud.
  </Card>

  <Card title="Helm" href="/products/clickstack/deployment/helm">
    Deploy ClickStack with Helm, the recommended method for production deployments.
  </Card>

  <Card title="Docker Compose" href="/products/clickstack/deployment/docker-compose">
    Combine and deploy separate ClickStack components locally using Docker Compose.
  </Card>

  <Card title="HyperDX Only" href="/products/clickstack/deployment/hyperdx-only">
    Designed for users who already have a running ClickHouse instance populated with observability or event data.
  </Card>

  <Card title="Local Mode Only" href="/products/clickstack/deployment/local-mode-only">
    Docker image bundles all ClickStack components with user authentication disabled for this distribution of HyperDX
  </Card>
</CardGroup>
