Oracle Cloud Infrastructure 2020 Architect Professional — Question 45

You are working for a Travel company and your travel portal application is a collection of microservices that run on Oracle Cloud Infrastructure Container Engine for Kubernetes. As per the recent security overview, you have noticed that Oracle has published a newer image of the Operating System used by the worker nodes. You want to make sure that your application doesn't face any downtime but at the same time the worker nodes gets upgraded to the latest version of the
Operating System.
What should you do to get this upgrade done without application downtime? (Choose the best answer.)

Answer options

Correct answer: D

Explanation

The correct answer is D because it involves cordoning and draining the old nodes, ensuring that no new pods are scheduled and existing ones are safely evicted. This method allows for the upgrade of the worker nodes without causing downtime for the application. Options A and C do not include necessary steps to manage the pods properly, while B lacks the final step for upgrading the nodes.