Overview
After you create an Astro Deployment, you can modify its settings using the Astro UI and Astro CLI to tailor its performance. There are two categories of Deployment configurations: Deployment details and resources.
You can also view more details about your Deployment including:
- Overview: View information about your Deployment including recent DAG usage and the code deploy history.
- Analytics: Find detailed metrics about the historical resource consumption when you run DAGs.
- Logs: See the Airflow and task logs for a Deployment.
- Environment: Manage environment variables, connections, metrics exports, and Airflow variables.
- Access: Manage user, team, and API token access to the Deployment.
- Alerts: Create, manage, and delete notification channels and alerts.
- Details: Make changes or reference your Deployment configurations.
Deployment details
Deployment details are high level settings that define how users can interact with the Deployment. These settings include:
- Deployment names and descriptions.
- Deployment contact emails.
- Rules for what types of deploys are allowed.
- Your Deployment's current Workspace.
Deployment resources
Deployment resources let you customize the resource use, infrastructure, and performance of your Deployment. Use these settings to optimize Deployment processing, optimize compute resources and cost, and enable advanced use cases with intensive workloads. The following configuration options are available for customizing your resource use:
- Change the Deployment executor.
- Configure Kubernetes Pod resources.
- Change Scheduler and DAG Processor resources.
- Enforce CI/CD Deploys.
- Enable High Availability.
- Customize your Airflow environment using environment variables.
For advanced Deployment resource configurations, see Manage Airflow executors on Astro and Configure worker queues.
These documents focuses on configuring Deployments through the Astro UI. To configure Deployments as code using the Astro CLI, see Manage Deployments as code.