【发布时间】:2021-11-23 08:04:21
【问题描述】:
我想知道是否可以在 Airflow 上设置 KubernetesExecutor,但让 Web 服务器和调度程序在 EC2 上运行?
这意味着任务将在 Kubernetes pod(在我的例子中为 EKS)上运行,但在常规 EC2 上运行基础服务。
我试图查找有关该问题的信息,但失败了...
以下引用来自 Airflow 的 docs,这就是我问这个问题的原因
KubernetesExecutor runs as a process in the Airflow Scheduler. The scheduler itself does not necessarily need to be running on Kubernetes, but does need access to a Kubernetes cluster.
提前致谢!
【问题讨论】:
标签: kubernetes airflow