System Overview - Parallel running
Parallel running is a deployment strategy where the new version of a microservice runs alongside the old version. Both versions handle requests simultaneously to ensure smooth transition and minimize risk. This approach allows comparing outputs and rolling back easily if issues arise.