⚒️Airflow
Helm Chart for Apache Airflow
Installing the Chart
To install this chart using Helm 3, run the following commands:
helm repo add apache-airflow https://airflow.apache.org
helm upgrade --install airflow apache-airflow/airflow --namespace airflow --create-namespacekubectl port-forward svc/airflow-webserver 8080:8080 --namespace airflowUpgrading the Chart
To upgrade the chart with the release name airflow:
helm upgrade airflow apache-airflow/airflow --namespace airflowUninstalling the Chart
To uninstall/delete the airflow deployment:
helm delete airflow --namespace airflowReference
Last updated