Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A DevOps team needs to update their running Google Kubernetes Engine (GKE) containers to apply a newly released security patch. What is the correct method to perform this update?
A
Use Puppet or Chef to push out the patch to the running container.
B
Verify that auto upgrade is enabled; if so, Google will upgrade the nodes in a GKE cluster.
C
Update the application code or apply a patch, build a new image, and redeploy it.
D
Configure containers to automatically upgrade when the base image is available in Container Registry.