https://dagster.io/ logo
#deployment-kubernetes
Title
# deployment-kubernetes
a

Andrea Giardini

03/24/2022, 8:25 AM
Does anyone know of an effective way of developing dagster pipelines on a local/remote kubernetes cluster? I would like to develop pipelines in pycharm, click "launch pipeline" from dagit and have them running in a kubernetes cluster. All the solutions that I found involve pytest.
d

daniel

03/24/2022, 2:45 PM
Hi Andrea - I'm not at all a pycharm expert, but any chance you could use a mounted volume with your code somehow for this? That's how we recommend doing it for Docker: https://docs.dagster.io/deployment/guides/docker#mounting-volumes . I imagine its quite a bit trickier in k8s though
3 Views