Does anyone know of an effective way of developing...
# deployment-kubernetes
a
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
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