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
      • Config governance
      • Manage Workspaces
      • Configure Astro Private Cloud
      • Apply a config change
      • Configure cleanup jobs
      • Use kubectl
        • Data plane cluster overview
        • Register a data plane
        • Deregister a data plane cluster
        • Update data plane cluster configurations
        • Manage cluster status
        • Troubleshoot data plane registration

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
  • Example
  • Manage clusters
Platform administrationManage data plane clusters

Data plane clusters in Astro Private Cloud

Edit this page
Built with

In Astro Private Cloud (APC), a cluster is a data plane Kubernetes cluster, that runs Airflow Deployments and their runtime components. You can attach multiple data plane clusters to a single control plane, which allows you to centralize management of users, workspaces, configuration, Astro UI/API, metrics, and orchestration services.

APC can run in split mode, where the data plane and control plane use separate Kubernetes clusters. Or, APC can also run in unified mode, where a single Kubernetes cluster performs both roles.

Using specific Kubernetes environments for control and data plane functions provides the following performance and administration benefits:

  • Isolation and compliance: Keep teams, environments, or regions separate to meet security and governance requirements.
  • Performance and scale: Allocate resources independently and scale data planes without affecting control-plane availability.
  • Cost and ownership: Attribute spend to the teams or business units that own each data plane.
  • Reliability boundaries: Limit the affected area of failures and define clear service level objectives (SLO) per cluster.
  • Network boundaries and residency: Keep data within specific networks or geographies.

Example

A company operates a single APC control plane and two data plane clusters at the same organization:

  • Finance data plane cluster: Runs Airflow for data reconciliation and reporting with restricted network access and stricter compliance controls.
  • Engineering data plane cluster: Runs Airflow for product analytics and machine learning feature pipelines with more flexible networking.

Both data planes are registered to the same control plane. Platform administrators manage users, Workspaces, and Deployments centrally, while teams operate their Dags within their isolated data planes.

Manage clusters

  • Register a cluster: Register a data plane cluster.
  • Override cluster configurations: Update data plane cluster details, like name, labels, connection settings, or credentials, and override cluster default Deployment configurations.
  • Deregister a cluster: Deregister a data plane cluster you no longer need.
  • Troubleshoot registration: Diagnose and resolve errors during data plane registration.

If you are starting fresh, set up your control plane first, then register one or more data plane clusters before creating Airflow Deployments.