DevOps Tools Engineer (LPIC-OT 701) — Question 25

Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)

Answer options

Correct answer: B, E

Explanation

Option B is correct because the introduction of an additional service instance increases the load on the database, resulting in higher traffic. Option E is also correct as canary deployments involve using two synchronized database instances to ensure data consistency. The other options do not accurately reflect the requirements or consequences of canary deployments.