Refer to the exhibit.

The cisco_devnet Docker swarm service runs across five replicas. The development team tags and imports a new image named devnet/test:1.1 and requests that the image be upgraded on each container. There must be no service outages during the upgrade process. Which two design approaches must be used? (Choose two.)
- Enable parallel upgrades by using the docker service update command.
- Ensure that the service is hosted behind a VIP with no session persistence.
- Ensure that the service replicas are set to a minimum of 5.
- Update the restart policy of the containers to restart upon failure.
- Implement rolling upgrades by using the docker service update command.
Reveal Solution Next Question