hendoxc opened a new issue #16185: URL: https://github.com/apache/airflow/issues/16185
**Description** In short: There exists already combined executor support for Celery + Kubernetes, I think that also adding Local + Kubernetes would be warmly welcomed. **Use case / motivation** Many tasks are low-resource intensive tasks on the airflow pod, It makes sense to keep things running on LocalExecutor, 0 overhead. However I also have a large number of dags, that have some long running tasks which are somewhat resource hungry, for these I currently use KubernetesPodOperator, this makes the Dags more scalable and overall workload elastic. Being able to easily switch between easily between KubernetesExecutor and LocalExecutor, just feels natural in this sense. **Related Issues** N/A @potiuk -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
