helm install airflow bitnami/airflow
Jump to navigation
Jump to search
helm install airflow bitnami/airflow
NAME: airflow LAST DEPLOYED: Tue Sep 27 10:49:54 2022 NAMESPACE: default STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: CHART NAME: airflow CHART VERSION: 13.1.6 APP VERSION: 2.3.4 ** Please be patient while the chart is being deployed ** Airflow can be accessed via port 8080 on the following DNS name from within your cluster: airflow.default.svc.cluster.local To connect to Airflow from outside the cluster, perform the following steps: 1. Create a port-forward to the service: kubectl port-forward --namespace default svc/airflow 8080:8080 & echo "Airflow URL: http://127.0.0.1:8080" 2. Open a browser and access Airflow using the obtained URL. 3. Get your Airflow login credentials by running: export AIRFLOW_PASSWORD=$(kubectl get secret --namespace "default" airflow -o jsonpath="{.data.airflow-password}" | base64 -d) echo User: user echo Password: $AIRFLOW_PASSWORD
See also[edit]
- Bitnami, Kubeapps, Bitnami/,
helm search repo bitnami
, VMware Application Catalog,ctlscript.sh
- Apache Airflow, Installation, configuration
airflow.cfg
, monitoring, Amazon Managed Workflows for Apache Airflow (MWAA),airflow
, Airflow Scheduler, providers, Workflows, Airflow executors, Airflow versions, Datadog integration
Advertising: