Exam 1z0-997-22 All QuestionsBrowse all questions from this exam
Question 51

You work for a Travel company and your travel portal application is a collection of microservices that run on Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE).

You have noticed that Oracle has published a newer image of the Operating System (OS) for worker nodes. You want to upgrade your worker nodes to the latest version of the OS, at the same time ensuring that the application does not face any downtime.

Which procedure should you follow to upgrade without application downtime?

    Correct Answer: C

    To upgrade your worker nodes without any downtime, the best approach is to create a new node pool using the latest OS image, then stop any new application pods from being scheduled on the old nodes using kubectl cordon. Next, evict any currently running pods on the old nodes with kubectl drain, and finally, delete the old node pool. This sequence ensures that your application remains operational while the upgrade is taking place.

Discussion
daws08322Option: C

c is correct https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengupgradingimageworkernode.htm