What does traffic shadowing refer to in production deployments?

Prepare for the MP Deployment Exam with flashcards and multiple choice questions. Hints and explanations available for every question. Ace your exam!

Multiple Choice

What does traffic shadowing refer to in production deployments?

Explanation:
Traffic shadowing is mirroring real production requests to a new version in parallel with the live system, so you can test and observe how the new version behaves under real load without impacting what users experience. The end-user traffic continues to go to the current production version, while a copy of each request is sent to the new version for testing and comparison. This lets you measure performance, errors, and data handling in production conditions before fully exposing the new version. It’s different from gradually routing some users to the new version (canary) because here the live user experience remains unchanged and the new version is evaluated in the background using real traffic.

Traffic shadowing is mirroring real production requests to a new version in parallel with the live system, so you can test and observe how the new version behaves under real load without impacting what users experience. The end-user traffic continues to go to the current production version, while a copy of each request is sent to the new version for testing and comparison. This lets you measure performance, errors, and data handling in production conditions before fully exposing the new version.

It’s different from gradually routing some users to the new version (canary) because here the live user experience remains unchanged and the new version is evaluated in the background using real traffic.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy