Google Cloud Professional Cloud Security Engineer — Question 258

A patch for a vulnerability has been released, and a DevOps team needs to update their running containers in Google Kubernetes Engine (GKE).
How should the DevOps team accomplish this?

Answer options

Correct answer: C

Explanation

The correct answer is C because the DevOps team needs to create a new container image that includes the patch and then redeploy it to ensure the application runs the updated version. Options A and D are incorrect as they do not involve rebuilding the container image, and option B does not address patching the application itself.