Weekend Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Nutanix NCP-CN Actual Questions

Page: 4 / 8
Total 108 questions

Nutanix Certified Professional - Cloud Native (NCP-CN-6.10) Questions and Answers

Question 13

A company has 30 Edge devices with lightweight Kubernetes, and developers need to push the application to every edge device. An NKP administrator has the NKP Ultimate license tier configured and has access to all kubeconfig files for the 30 edge devices. What is the most efficient way that the administrator can lifecycle manage the application deployments?

Options:

A.

Create a GitHub configuration, deploy it to the 30 edge devices, and configure them to use a GitHub account.

B.

Create a script to automate the deployment to every edge device.

C.

Ask the developers to delete the lightweight Kubernetes and deploy new Kubernetes clusters with NKP.

D.

Create a new Workspace and attach the 30 edge devices to this workspace with Attach Cluster.

Question 14

A Kubernetes administrator needs to ensure that the following requirements are met whenever a new workload cluster is deployed to a workspace:

    Grafana Logging

    Grafana Loki

    Project LoggingHow would the administrator ensure that these components are deployed as part of a cluster deployment?

Options:

A.

Enable them in the Insights section under workspace.

B.

Enable them in the Projects section under workspace.

C.

Enable them in the Clusters section under workspace.

D.

Enable them in the Application section under workspace.

Question 15

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?

Options:

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

Question 16

The cluster arca will host a new application that needs to add more workers. The company cannot get more NKP licenses, so it has decided to delete the demo cluster and add the required workers to the arca cluster. How should the engineer delete the demo cluster from this UI?

Options:

A.

Press the ("demo" cluster line) three-dot menu at the right and select Download kubeconfig, then use that file to execute kubectl delete cluster -c demo --kubeconfig=demo.conf

B.

Press the ("demo" cluster line) three-dot menu at the right and select Delete.

C.

Press the ("demo" cluster line) three-dot menu at the right and select Detach. Then ask the cluster owner to delete the cluster.

D.

Login with SSH to the kommander cluster and execute kubectl delete cluster -c demo

Page: 4 / 8
Total 108 questions