potiuk commented on issue #58670: URL: https://github.com/apache/airflow/issues/58670#issuecomment-3577147497
Why not K8S executor? You generally want to reproduce pretty much everything K8S executor does, so it seems the easiest way for you will be to have K8S cluster and let Airflow use it to execute tasks via K8S Executor. Why do you want someone to basiclly reproduce what K8S does - i.e. run Pods scheduled in separate containers. If you want to implement any flexibility in such an executor, you will soon start reimplementing K8S. Why? Why not K8S (and the answer - because we do not want to use K8s is not good - essentially your feature request is to re-implement a lot of what it is). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
