Question 7 of 10Pro Only
What are the different deployment strategies used in CI/CD? When would you use each one?
Sample answer preview
Different deployment strategies offer various tradeoffs between risk, speed, and resource usage. Choosing the right one depends on your application and risk tolerance. Recreate deployment is the simplest approach. You stop the old version, then start the new version.
recreaterollingblue-greencanaryA/B testingfeature flags