Using both local and remote clusters
# 🌱|help-and-getting-started
m
Recently came across Garden, exactly what we're looking for. Thanks! I'm wondering if it is possible for a developer to run one service locally and other services in cluster. Essentially, each dev in our team has their own namespace separated cluster. My idea is if the microservice they are developing they can deploy (locally or remote) but all other deps and services are already in cluster. This will help running e2e's but with latest code changes this dev is working on. Is this is a possibility with Garden.
c
We have exactly what you need via the local mode https://docs.garden.io/guides/running-service-in-local-mode
m
Looks great. Thanks.