
Ultimate access to all questions.
A company is hosting their Echo application on Google Cloud using Google Kubernetes Engine. The application is deployed with deployment echo-deployment exposed with echo-service. They have a new image that needs to be deployed for the application. How can the change be deployed with minimal downtime?
A
Delete the deployment and create a new deployment with the updated image
B
Update image in instance template and use rolling deployment of instance group with Kubernetes engine.
C
Delete the service and create a new service with the updated image
D
Update image using kubectl set image deployment