Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

In a telecom company, two teams were working on the development of two different applications:

    ApplicationA

    ApplicationBApplicationA’s development team was excited about the release of their new functionality. However, upon deploying their application, they noticed that performance was slow. After investigating, they discovered that the ApplicationB team was consuming the majority of the cluster’s resources, affecting all other teams. How can this problem be mitigated?

A.

Implementing Quotas and Limit Ranges

B.

Setting up Network Policies

C.

Configuring RBAC

D.

Implementing Continuous Deployment (CD)

A Platform Engineer sees no insight in all workspaces, and it is a critical feature to control all the alerts on all company’s Kubernetes clusters. What does the engineer need to do to begin generating NKP Insights?

A.

Acquire the NKP Insights Add-on license.

B.

Install nkp-insights in every Kubernetes cluster with kubectl apply -f nkp-insights-1.2.2 --kubeconfig=.conf

C.

Create a persistent volume claim and assign it to nkp-insights; this application requires volumes to save logs and data. Install nkp-insights with nkp create appdeployment nkp-insights --app nkp-insights-1.2.2 --workspace kommander-workspace

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

NKP Starter is bundled with which entitlement?

A.

NCI Pro

B.

NCI Starter

C.

NCM Pro

D.

NCM Starter

What is a prerequisite for upgrading an NKP license to Ultimate?

A.

Size the Sidecar containers appropriately to support the installation of default platform services.

B.

Size the ETCD nodes appropriately to support the installation of default platform services.

C.

Size the Control Plane nodes appropriately to support the installation of default platform services.

D.

Size the Worker nodes appropriately to support the installation of default platform services.

After a finished project, three Kubernetes clusters within a workspace were deleted, so the workspace is empty. Now a Platform Engineer needs to delete the workspace. How should the engineer delete the workspace in NKP?

A.

Run kubectl delete workspace

B.

Run kubectl delete workspace

C.

From NKP UI, on top menu bar select Global, then select Workspaces in the menu, select the three-dot button for the workspace to delete, and then click Delete.

D.

Ask a workspace user to delete the workspace. The user has the Delete option in their workspace home page.

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?

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.

A Platform Engineer is preparing machine images for NKP through the NIB or KIB process. What is the purpose of doing this?

A.

Hardening an OS image with client-supplied hardening scripts

B.

Creating a custom user account for NKP admins to ensure access to NKP nodes

C.

Tagging the image to be used specifically for NKP

D.

Creating a CAPI-compliant image for use as NKP cluster nodes

A Platform Engineer is preparing to deploy a new NKP cluster on Nutanix infrastructure into an air-gapped environment. As part of the preparation process, the engineer is supplying a Ubuntu 22.04 instance to be used for NKP cluster nodes that conforms to the corporate OS image hardening standards. However, during the NIB preparation process, the error shown in the exhibit is received.

What is the likely reason the NIB preparation attempt has failed?

A.

The engineer has supplied the inartifacts directory for the OS package bundle in the NIB-prep command.

B.

Ubuntu 22.04 is not a supported OS for NKP nodes on Nutanix infrastructure, therefore the necessary OS package bundle does not exist.

C.

The engineer has not seeded the local registry with the required NKP images prior to the NIB-prep attempt.

D.

The engineer has not created the OS package bundle prior to the NIB-prep attempt.

Which NKP tier is required for the FIPS Compliant Build feature?

A.

Advanced

B.

Enterprise

C.

Starter

D.

Pro