In the Blue/Green deployment, once testing has been completed on the blue environment, live application trafic is directed to the blue environment and the green environment is deprecated.
Answer options
A
TRUE
B
FALSE
Correct answer: FALSE
Explanation
In Blue/Green, traffic switches to the new (green) environment; the old (blue) is deprecated.