> ## Documentation Index
> Fetch the complete documentation index at: https://openmetadata-add-ontology-explorer-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment | OpenMetadata Installation & Setup Guide

> Deploy, configure, and manage OpenMetadata across environments with security and scaling guidance.

<div className="deployment-page-container">
  # From 0 to OpenMetadata in 5 minutes

  We support different kinds of deployment:

  <Tabs className="deployment-tabs">
    <Tab title="Quick Start" icon="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/rQk0vV9eE4I5oguw/public/images/homepage-icons/quick-start.svg?fit=max&auto=format&n=rQk0vV9eE4I5oguw&q=85&s=edebd580f14b5aee187fb438d6616f12" width="62" height="62" data-path="public/images/homepage-icons/quick-start.svg">
      ## Quick Start

      Choose how you want to try OpenMetadata

      <div className="card-layout">
        <div>
          <img noZoom src="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/S4p0oEteoRXpo9ZE/public/images/deployment/quick-start/try-sandbox.svg?fit=max&auto=format&n=S4p0oEteoRXpo9ZE&q=85&s=b103472ebe766fcd365f7feaa34da468" alt="Try Sandbox" className="icon" width="45" height="45" data-path="public/images/deployment/quick-start/try-sandbox.svg" />
        </div>

        <div>
          <div className="header-container">
            <div className="header">Try Sandbox</div>
            <div className="header-chip">No setup · Hosted · Instant access</div>
          </div>

          <p>Explore OpenMetadata instantly with a hosted sandbox that mimics a real production setup  no installation required.</p>
        </div>

        <div>
          <a href="/v2.0.x-SNAPSHOT/quick-start/sandbox" className="button-card">Try Sandbox</a>
        </div>
      </div>

      <div className="card-layout">
        <div>
          <img noZoom src="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/S4p0oEteoRXpo9ZE/public/images/deployment/quick-start/docker.svg?fit=max&auto=format&n=S4p0oEteoRXpo9ZE&q=85&s=0b5cff2453ab28d302c87f0517869596" alt="Docker" className="icon" width="45" height="45" data-path="public/images/deployment/quick-start/docker.svg" />
        </div>

        <div>
          <div className="header-container">
            <div className="header">Run locally with Docker</div>
            <div className="header-chip">Local setup · Full control · Docker-based</div>
          </div>

          <p>Run OpenMetadata on your machine using Docker to get a hands-on experience with a real deployment.</p>

          <ul>
            <li>Prepare your environment with Docker and Docker Compose</li>
            <li>Launch OpenMetadata locally using the provided Docker Compose setup</li>
            <li>Operate and troubleshoot the deployment via UI and Docker commands</li>
          </ul>
        </div>

        <div>
          <a href="/v2.0.x-SNAPSHOT/quick-start/local-docker-deployment" className="button-link">Learn More <img src="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/rQk0vV9eE4I5oguw/public/images/homepage-icons/right-arrow.svg?fit=max&auto=format&n=rQk0vV9eE4I5oguw&q=85&s=e1e5afeb43fcc156561096dc34b7865f" alt="Right arrow" width="14" height="14" data-path="public/images/homepage-icons/right-arrow.svg" /></a>
        </div>
      </div>
    </Tab>

    <Tab title="Production" icon="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/rQk0vV9eE4I5oguw/public/images/homepage-icons/production.svg?fit=max&auto=format&n=rQk0vV9eE4I5oguw&q=85&s=a810c3019f0aacd0040da866fba657ef" width="62" height="62" data-path="public/images/homepage-icons/production.svg">
      ## Production

      Deploy OpenMetadata securely and reliably for team and organization use.

      <Columns cols={3}>
        <Card title="AWS Kubernetes (EKS)" icon="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/S4p0oEteoRXpo9ZE/public/images/deployment/production/eks.svg?fit=max&auto=format&n=S4p0oEteoRXpo9ZE&q=85&s=fb86282ed871a9cdda598218c99a4080" href="/v2.0.x-SNAPSHOT/deployment/kubernetes/eks" cta="Learn More" width="45" height="45" data-path="public/images/deployment/production/eks.svg">
          Deploy OpenMetadata on AWS using Amazon EKS and AWS-managed services for production workloads.
        </Card>

        <Card title="Azure Kubernetes (AKS)" icon="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/S4p0oEteoRXpo9ZE/public/images/deployment/production/aks.png?fit=max&auto=format&n=S4p0oEteoRXpo9ZE&q=85&s=53be9017a76166b4331ecbaee6b3267f" href="/v2.0.x-SNAPSHOT/deployment/kubernetes/aks" cta="Learn More" width="106" height="90" data-path="public/images/deployment/production/aks.png">
          Run OpenMetadata on Azure Kubernetes with Azure-native database and search services.
        </Card>

        <Card title="Google Kubernetes Engine(GKE)" icon="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/S4p0oEteoRXpo9ZE/public/images/deployment/production/gke.svg?fit=max&auto=format&n=S4p0oEteoRXpo9ZE&q=85&s=6d56fca6b3db53b298adae95fa2b1fb0" href="/v2.0.x-SNAPSHOT/deployment/kubernetes/gke" cta="Learn More" width="41" height="45" data-path="public/images/deployment/production/gke.svg">
          Deploy OpenMetadata on Google Cloud using GKE with managed infrastructure and services.
        </Card>

        <Card title="On-Premises Kubernetes" icon="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/S4p0oEteoRXpo9ZE/public/images/deployment/production/on-prem-kubernetes.png?fit=max&auto=format&n=S4p0oEteoRXpo9ZE&q=85&s=f42287154b8ccd96b065ae9dc4fe9e2e" href="/v2.0.x-SNAPSHOT/deployment/kubernetes/on-prem" cta="Learn More" width="56" height="52" data-path="public/images/deployment/production/on-prem-kubernetes.png">
          Deploy OpenMetadata on a self-managed, on-premises Kubernetes cluster.
        </Card>

        <Card title="Kubernetes Deployment" icon="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/S4p0oEteoRXpo9ZE/public/images/deployment/production/kubernetes.png?fit=max&auto=format&n=S4p0oEteoRXpo9ZE&q=85&s=76a11846cb5d8a59f3fc3c10dc9f1c3c" href="/v2.0.x-SNAPSHOT/deployment/kubernetes" cta="Learn More" width="94" height="92" data-path="public/images/deployment/production/kubernetes.png">
          Deploy OpenMetadata on Kubernetes using Helm charts for a scalable, production-ready setup.
        </Card>

        <Card title="Bare Metal Deployment" icon="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/S4p0oEteoRXpo9ZE/public/images/deployment/production/bare-metal.svg?fit=max&auto=format&n=S4p0oEteoRXpo9ZE&q=85&s=7e89862ebbc952fb67be6fc91f3eb743" href="/v2.0.x-SNAPSHOT/deployment/bare-metal" cta="Learn More" width="45" height="45" data-path="public/images/deployment/production/bare-metal.svg">
          Install and run OpenMetadata directly on physical or self-managed servers without Kubernetes.
        </Card>
      </Columns>

      ## Production Configuration & Hardening

      <div className="card-layout">
        <div>
          <img noZoom src="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/S4p0oEteoRXpo9ZE/public/images/deployment/production/production-ready.svg?fit=max&auto=format&n=S4p0oEteoRXpo9ZE&q=85&s=172754631321ea4224e6079515f916f2" alt="Production Ready" className="icon" width="45" height="45" data-path="public/images/deployment/production/production-ready.svg" />
        </div>

        <div>
          <div className="header-container">
            <div className="header">Production Ready Requirements</div>
          </div>

          <p>Understand hardware sizing, performance, and infrastructure requirements for production deployments.</p>
        </div>

        <div>
          <a href="/v2.0.x-SNAPSHOT/deployment/production-ready-requirements" className="button-link">Learn More <img src="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/rQk0vV9eE4I5oguw/public/images/homepage-icons/right-arrow.svg?fit=max&auto=format&n=rQk0vV9eE4I5oguw&q=85&s=e1e5afeb43fcc156561096dc34b7865f" alt="Right arrow" width="14" height="14" data-path="public/images/homepage-icons/right-arrow.svg" /></a>
        </div>
      </div>

      <div className="card-layout">
        <div>
          <img noZoom src="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/S4p0oEteoRXpo9ZE/public/images/deployment/production/enable-security.svg?fit=max&auto=format&n=S4p0oEteoRXpo9ZE&q=85&s=7d2b625c874d6514f8baf04baf90b1d2" alt="Enable Security" className="icon" width="45" height="45" data-path="public/images/deployment/production/enable-security.svg" />
        </div>

        <div>
          <div className="header-container">
            <div className="header">Enable Security</div>
          </div>

          <p>Secure your OpenMetadata deployment with authentication, authorization, and secrets management.</p>
        </div>

        <div>
          <a href="/v2.0.x-SNAPSHOT/deployment/security" className="button-link">Learn More <img src="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/rQk0vV9eE4I5oguw/public/images/homepage-icons/right-arrow.svg?fit=max&auto=format&n=rQk0vV9eE4I5oguw&q=85&s=e1e5afeb43fcc156561096dc34b7865f" alt="Right arrow" width="14" height="14" data-path="public/images/homepage-icons/right-arrow.svg" /></a>
        </div>
      </div>
    </Tab>

    <Tab title="Upgrade" icon="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/rQk0vV9eE4I5oguw/public/images/homepage-icons/upgrade.svg?fit=max&auto=format&n=rQk0vV9eE4I5oguw&q=85&s=e4131f9283e9df022ae1981dc14a942d" width="62" height="62" data-path="public/images/homepage-icons/upgrade.svg">
      ## Upgrade

      Before upgrading, review compatibility requirements and back up your metadata.

      <div className="card-layout upgrade">
        <div>
          <img noZoom src="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/BMFswgsYdPhHo6eK/public/images/deployment/upgrade/upgrade-om.svg?fit=max&auto=format&n=BMFswgsYdPhHo6eK&q=85&s=54430fc8bbc3ec45b91e6a4469c9f4cc" alt="Upgrade OM" className="icon" width="45" height="45" data-path="public/images/deployment/upgrade/upgrade-om.svg" />
        </div>

        <div>
          <div className="header-container">
            <div className="header">Upgrade OpenMetadata</div>
          </div>

          <p>Safely upgrade your OpenMetadata deployment to the latest supported version with pre-checks and post-upgrade validation.</p>
        </div>

        <div>
          <a href="/v2.0.x-SNAPSHOT/deployment/upgrade" className="button-link">Learn More <img src="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/rQk0vV9eE4I5oguw/public/images/homepage-icons/right-arrow.svg?fit=max&auto=format&n=rQk0vV9eE4I5oguw&q=85&s=e1e5afeb43fcc156561096dc34b7865f" alt="Right arrow" width="14" height="14" data-path="public/images/homepage-icons/right-arrow.svg" /></a>
        </div>
      </div>

      <Columns cols={2}>
        <Card title="Upgrade Compatibility & Requirements" icon="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/BMFswgsYdPhHo6eK/public/images/deployment/upgrade/upgrade-compatibility.svg?fit=max&auto=format&n=BMFswgsYdPhHo6eK&q=85&s=dd5c5cb6852b460cc092f3393f6ca495" href="/v2.0.x-SNAPSHOT/deployment/upgrade/kubernetes" cta="Learn More" width="45" height="45" data-path="public/images/deployment/upgrade/upgrade-compatibility.svg">
          Understand supported upgrade paths, breaking changes, and version compatibility.
        </Card>

        <Card title="Backup & Restore Metadata" icon="https://mintcdn.com/openmetadata-add-ontology-explorer-docs/BMFswgsYdPhHo6eK/public/images/deployment/upgrade/backup-restore-metadata.svg?fit=max&auto=format&n=BMFswgsYdPhHo6eK&q=85&s=69592f3b6ff7e87c34c604779d25b886" href="/v2.0.x-SNAPSHOT/deployment/backup-restore-metadata" cta="Learn More" width="45" height="45" data-path="public/images/deployment/upgrade/backup-restore-metadata.svg">
          Back up your metadata before upgrading and restore it if needed.
        </Card>
      </Columns>
    </Tab>
  </Tabs>
</div>
