Run Airflow kubernetes executor on local machine and use airflow code from main with minimum setup.
- Docker desktop - Enable kubernetes
- Helm
- ./templates
- values.yaml
kubectl apply -f ./templates
helm upgrade --install -f values.yaml airflow ../airflow/chart
docker run --rm -ti apache/airflow:2.6.0 bash
kubectl port-forward svc/airflow-webserver 8080:8080