For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
      • AstroFully-managed data operations, powered by Apache Airflow.
      • Astro Private CloudRun Airflow-as-a-service in your environment.
      • Professional ServicesExpert Airflow services for your enterprise's success.
    • Tools
      • Cosmos
      • Orbiter
      • CLI
      • AI SDK
      • Agents
      • Blueprint
      • UpdatesThe State of Airflow 2026See the insights from over 5,800 data practitioners in the full report. Download Now ➔
  • Customers
  • Docs
    • Insights
      • Blog
      • Webinars
      • Resource Library
      • Events
    • Education
      • Academy
      • What is Airflow?
  • Pricing
Get Started Free
    • Astro Private Cloud overview
    • Astro Private Cloud features
      • Install overview
      • Install the control plane
      • Install a data plane
      • Install in unified mode
      • Log in to Astro Private Cloud

Product

  • Platform Overview
  • Astro
  • Astro Observe
  • Astro Private Cloud
  • Security & Trust
  • Pricing

Tools & Services

  • Cosmos
  • Docs
  • Professional Services
  • Product Updates

Use Cases

  • AI Ops
  • Data Observability
  • ETL/ELT
  • ML Ops
  • Operational Analytics
  • All Use Cases

Industries

  • Financial Services
  • Gaming
  • Retail
  • Manufacturing
  • Healthcare
  • All Industries

Resources

  • Academy
  • eBooks & Guides
  • Blog
  • Webinars
  • Events
  • The Data Flowcast Podcast
  • All Resources

Airflow

  • What is Airflow
  • Airflow on Astro
  • Airflow 3.0
  • Airflow Upgrades
  • Airflow Use Cases
  • Airflow 2.x End of Life

Company

  • Our Story
  • Customers
  • Newsroom
  • Careers
  • Contact

Support

  • Knowledge Base
  • Status
  • Contact Support
GitHubYouTubeLinkedInx
  • Legal
  • Privacy
  • Terms of Service
  • Consent Preferences

  • Do Not Sell or Share My Personal information
  • Limit the Use Of My Sensitive Personal Information

Apache Airflow®, Airflow, and the Airflow logo are trademarks of the Apache Software Foundation. Copyright © Astronomer 2026. All rights reserved.

LogoLogo
On this page
  • Choose an installation topology
  • Installation flow
  • Related references
  • Need help?
Install Astro Private Cloud

Plan your Astro Private Cloud installation

Edit this page
Built with

Choose an installation topology

Astro Private Cloud (APC) supports two primary layouts:

  • Split planes: Deploy the control plane on a dedicated cluster, then add one or more data planes. This separation isolates management services from Airflow workloads, scales independently, and provides superior fault isolation between clusters.
  • Unified mode: Run control plane and data plane components in one cluster using Unified Mode. Unified mode simplifies evaluation environments, but concentrates failures and resource usage.
If you want to run both the Control Plane and Data Plane Helm releases in the same cluster while keeping responsibilities separate, install the control plane first and then the data plane. This approach consumes more resources than unified mode, but preserves isolation.

Installation flow

  1. Review prerequisites: Ensure the target cluster meets the requirements listed in each install guide. These requirements include cloud-specific Kubernetes versions, Postgres access, TLS, and ingress controller.
  2. Plan DNS and certificates: Reserve hostnames, such as app.<base-domain>, houston.<base-domain>, deployments.<base-domain>, etc, and request certificates that cover the necessary SANs. Split Deployments use separate certificates per plane.
  3. Prepare storage and secrets: Decide whether to use external Postgres, registry storage, and log destinations. Collect any APC API tokens or registry credentials required during installation.
  4. Install control plane services: Install the Control Plane to deploy the APC API, Astro UI, and supporting components.
  5. Install runtime services: For split Deployments, deploy data planes with Install data plane and register them in the APC API. For unified mode, follow the unified guide to add runtime components within the same cluster.
  6. Verify and harden: Confirm deployment orchestrator heartbeat, Prometheus federation, and ingress connectivity. Configure RBAC, network policies, and backups appropriate for your topology.

Related references

  • Control plane architecture
  • Data plane architecture
  • Unified architecture

Need help?

If you are unsure which path to pick, start with the split-plane installation. You can always evaluate unified mode later or run both Helm releases in the same cluster if you need a stepping stone toward a dedicated control plane.