An organization wants to implement a change management strategy for a microservices application on GKE, allowing gradual rollouts and immediate rollback if issues arise. Which three practices should they adopt? (Choose three.)
Answer options not yet available.
Why this answer
Canary deployments, feature flags, and automated rollbacks are key practices for gradual rollouts and rollback. Blue/green is also good, but not among the options. Manual approval slows rollouts.
Phased migrations are for database changes.