Hi everyone,
Curious to hear how others are testing features that touch multiple microservices without spinning up full environments for each PR.
We’ve been experimenting with a workflow that uses ephemeral environments where only the changed microservices are “forked,” while everything else routes to a shared staging baseline. It’s made it easier to iterate on frontend and backend changes independently, and then test them together using routing rules that combine the right versions. Check out the tutorial
here.