cdmikechen commented on issue #19250: URL: https://github.com/apache/airflow/issues/19250#issuecomment-953836613
@potiuk Thanks for your advise. There is something similar to using Git to synchronize DAG with k8s Operator. They all use tools outside the airflow project to do this. Without some production level testing and running examples, it really makes people feel unreliable. When I first deployed airflow on k8s, I thought that it would be an extra task to deploy a resource service independent of k8s to synchronize DAG. Moreover, not all k8s clusters create Git services separately. In my opinion, for a k8s based developer / user, using CRD for DAG / file synchronization on k8s may be more convenient than using Git for synchronization. In essence, this approach does not change the strategy of using DAG, but it can give some users who do not have git repository another choice to deploy on the cloud. -- 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]
