Running Airflow locally — Airflow Documentation
airflow.apache.org › stable › startUpon running these commands, Airflow will create the $AIRFLOW_HOME folder and create the “airflow.cfg” file with defaults that will get you going fast. You can inspect the file either in $AIRFLOW_HOME/airflow.cfg, or through the UI in the Admin->Configuration menu. The PID file for the webserver will be stored in $AIRFLOW_HOME/airflow-webserver.pid or in /run/airflow/webserver.pid if started by systemd.
Installation — Airflow Documentation
airflow.apache.org › docs › apache-airflowUsing Official Airflow Helm Chart ¶. More details: Helm Chart for Apache Airflow When this option works best. This installation method is useful when you are not only familiar with Container/Docker stack but also when you use Kubernetes and want to install and maintain Airflow using the community-managed Kubernetes installation mechanism via Helm chart.