Hello dear community! Please, help me finding an a...
# deployment-kubernetes
g
Hello dear community! Please, help me finding an answer to the following problem. How can I specify
run_launcher
(
K8sRunLauncher
) configuration for each of my code locations that I'm running as grpc servers in their own k8s pods? Where should the dagster.yaml file with the
run_launcher
configuration live, on the dagit pod or on the grpc server pod? The idea is that I want tasks for different code locations to be processed by differently configured k8s jobs, if that makes sense at all. I'm deploying OSS.