1 year ago

#346471

test-img

David Montaño

Growing local development environment issues

Where I work we've been adding microservices for different purposes and the local development environment is becoming difficult to setup. Services have too many environment variables to configure and usually there's not enough memory avaiable to run them.

We plan to fix these issues. I understand it's a matter of architecture and DevOps mostly. One way we've thought of is to create a proper service registry that allows easier setup and opens the door to, for example, have some services running locally and others in the cloud. All wired together with the service registry.

Another option could be to stub some of the dependencies with something like https://wiremock.org/ but it seems too limited and difficult (?).

I wanted to ask, what other strategies are there to manage growing development environments?

devops

development-environment

0 Answers

Your Answer

Accepted video resources