Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam NCP-AIO Topic 2 Question 61 Discussion

Actual exam question for NVIDIA's NCP-AIO exam
Question #: 61
Topic #: 2
Your company wants to setup a system to do rolling updates on NVIDIA drivers of the nodes running Kubernetes. The updates must take place with as little as downtime as possible, and not interrupt the workloads running on non-updated nodes. Which approach would be preferred?

Suggested Answer: B Vote an answer

Manual update node by node is going to be time consuming and error prone. Using Ansible playbooks is an option, however, DaemonSets are designed for this use case. Using DaemonSets coupled with nodeAffinity ensures that it has to roll out drivers on all the nodes with no downtime. Shuttign down the Kubernetes Cluster is not a realistic option and simply running 'apt update' will not allow any updates to take place with highest priority.

by Dave at Mar 27, 2026, 02:10 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.