Skip to content

Files

Latest commit

e836a41 · Apr 28, 2025

History

History
This branch is 877 commits behind apache/airflow:main.

chart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 21, 2023
Mar 7, 2025
Apr 24, 2025
Mar 21, 2025
Apr 23, 2025
Apr 28, 2025
Jun 14, 2022
May 14, 2021
Dec 21, 2023
Apr 23, 2025
Jun 14, 2022
May 14, 2021
Nov 18, 2023
Apr 23, 2025
Mar 29, 2025
Apr 6, 2025
Mar 29, 2025
Apr 23, 2025
Apr 23, 2025
Apr 3, 2023

README.md

Helm Chart for Apache Airflow

Artifact HUB

Apache Airflow is a platform to programmatically author, schedule and monitor workflows.

Introduction

This chart will bootstrap an Airflow deployment on a Kubernetes cluster using the Helm package manager.

Requirements

  • Kubernetes 1.29+ cluster
  • Helm 3.0+
  • PV provisioner support in the underlying infrastructure (optionally)

Features

  • Supported executors: LocalExecutor, CeleryExecutor, KubernetesExecutor, LocalKubernetesExecutor, CeleryKubernetesExecutor
  • Supported AWS executors with AWS provider version 8.21.0+:
    • airflow.providers.amazon.aws.executors.batch.AwsBatchExecutor
    • airflow.providers.amazon.aws.executors.ecs.AwsEcsExecutor
  • Supported Airflow version: 1.10+, 2.0+, 3.0+
  • Supported database backend: PostgreSQL, MySQL
  • Autoscaling for CeleryExecutor provided by KEDA
  • PostgreSQL and PgBouncer with a battle-tested configuration
  • Monitoring:
    • StatsD/Prometheus metrics for Airflow
    • Prometheus metrics for PgBouncer
    • Flower
  • Automatic database migration after a new deployment
  • Administrator account creation during deployment
  • Kerberos secure configuration
  • One-command deployment for any type of executor. You don't need to provide other services e.g. Redis/Database to test the Airflow.

Documentation

Full documentation for Helm Chart (latest stable release) lives on the website.

Note: If you're looking for documentation for main branch (latest development branch): you can find it on s.apache.org/airflow-docs/. Source code for documentation is in ../docs/helm-chart

Contributing

Want to help build Apache Airflow? Check out our contributing documentation.