We run Kubernetes with multiple namespaces. We use them to
segregate clients' data, each namespace has the resources for a single
client.
However, we want to run a single airflow cluster containing DAGs per
client. Is there a way to execute each DAG's tasks on a different namespace
based on some parameter? I see the kubernetes executor has only one
namespace parameter.

Thanks,

Reply via email to