Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam NCP-CN All Questions
Exam NCP-CN All Questions

View all questions & answers for the NCP-CN exam

Nutanix Certified Professional (NCP) NCP-CN Question # 32 Topic 4 Discussion

NCP-CN Exam Topic 4 Question 32 Discussion:
Question #: 32
Topic #: 4

NCP-CN Question 32

A current Nutanix cluster is hosting an NKP cluster and a production Kubernetes cluster named production. Infrastructure administrators recently added three nodes with NVidia GPUs for a new AI initiative, and now a Platform Engineer has been asked to add three workers with the GPUs to the production Kubernetes cluster. Which first step should the engineer take to achieve this task?


A.

Create a nodepool of workers with GPU:

text

CollapseWrap

Copy

nkp create nodepool nutanix -c $CLUSTER_NAME \

--vm-image $NAME_OF_GPU_OS_IMAGE_CREATED_BY_NKP_CLI \

-o yaml --subnets $NUTANIX_SUBNET_NAME \

--prism-element-cluster $NUTANIX_PRISM_ELEMENT_CLUSTER_NAME \

$NODEPOOL_NAME


B.

Add the GPU Operator to the new workers:

text

CollapseWrap

Copy

cat <

kind: Installation

apps:

nvidia-gpu-operator:

enabled: true

values: |

toolkit:

nodepool: md-0

EOF


C.

Configure Multi-Instance GPU (MIG):

text

CollapseWrap

Copy

kubectl label nodes ${NODE} nvidia.com/mig.config=all-1g.6gb –overwrite


D.

Create a GPU-compatible OS Image with:

text

CollapseWrap

Copy

nkp create image nutanix --gpu \

--gpu-name=${GPU_NAME} \

--cluster=${NUTANIX_CLUSTER_NAME} \

--endpoint=${NUTANIX_PC_ENDPOINT} \

--subnet=${NUTANIX_SUBNET} ubuntu-22.04


Get Premium NCP-CN Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.