New Year Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Nutanix NCP-CN - Nutanix Certified Professional - Cloud Native (NCP-CN-6.10)

Page: 3 / 4
Total 108 questions

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?

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.

A technology company has decided to migrate its infrastructure to NKP to improve the scalability and management of its applications. After a successful initial implementation, the operations team faces a new challenge of validating the HelmReleases to ensure that all applications are running correctly and avoid problems in production. Which command should the company execute to know the right status of their HelmReleases?

A.

kubectl get namespaces

B.

kubectl get helmreleases -n ${PROJECT_NAMESPACE}

C.

kubectl edit helmreleases -n ${PROJECT_NAMESPACE}

D.

kubectl apply -f fluent-bit-overrides.yaml

Which two statements are true regarding deploying NKP on an Azure Kubernetes Service (AKS) Infrastructure? (Choose two.)

A.

Existing AKS clusters must be attached to the Management cluster.

B.

AKS best practices encourage building customized images.

C.

NKP Management cluster with the Kommander component must be installed before installing NKP on AKS cluster.

D.

AKS clusters can be deployed as Management or Pro NKP clusters.

A company recently deployed NKP. A Platform Engineer was asked to attach the existing Amazon EKS. A workspace and project were created accordingly, and resource requirements were met. What does the engineer need to do first to prepare the EKS clusters?

A.

Configure a ConfigMap according to EKS configuration.

B.

Create a service account with cluster-admin permissions.

C.

Configure HAProxy to get connected to EKS clusters.

D.

Deploy cert-manager in the EKS clusters.

Refer to the exhibits.

A Cloud Administrator had provisioned a Kubernetes cluster named demo that is no longer actively being used. A Quick review from the Systems Engineer confirms that the following VMs are part of the demo Kubernetes cluster

How should the demo cluster be properly deleted?

A.

Run nkp delete cluster -c demo -n kommander-default-workspace

B.

Delete all the VMs and inform of the results.

C.

Run acli vm.delete demo* from a CVM.

D.

Run kubectl config delete-cluster demo -n kommander-default-workspace and delete the VMs.

A Platform Engineer is running a Kubernetes cluster version 1.28.1 on AWS that needs to be upgraded to version 1.29.9. This cluster was deployed with Nutanix NKP. Which two actions should the engineer take to complete this requirement? (Choose two.)

A.

Upgrade Workers with nkp update nodepool aws ${NODEPOOL_NAME} --cluster-name=${CLUSTER_NAME} --kubernetes-version=v1.29.9

B.

Upgrade Control Planes with nkp update controlplane aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9

C.

Upgrade Workers with nkp upgrade nodepool aws ${NODEPOOL_NAME} --cluster-name=${CLUSTER_NAME} --kubernetes-version=v1.29.9

D.

Upgrade the Cluster with nkp update cluster aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9

Using an NKP Ultimate license, a Platform Engineer has created a new workspace and needs to create a new Kubernetes cluster within this workspace. However, the engineer discovers that the Create Cluster option is grayed out, as shown in the exhibit. How should the engineer resolve this issue?

A.

Create the cluster only using YAML and not the GUI.

B.

Attach existing clusters instead of creating a new cluster.

C.

Create an Infrastructure provider for the workspace.

D.

Ensure NKP is upgraded to a minimum version of 2.12.

A company is developing a new web application consisting of several microservices, including:

    Authentication service

    User management service

    Payment processing service Each microservice is developed by different teams and requires an isolated environment for testing and development. To facilitate development and testing, the team decides to create a specific workspace in NKP. What should the team do to start this new creation?

A.

From the Cluster selection, select Add Cluster.

B.

From the workspace selection dropdown list in the top menu bar, select Create Workspace.

C.

From the workspace selection dropdown list in the top menu bar, select Add Workspace.

D.

From the Administration selection dropdown list in Infrastructure Providers, select Add Infrastructure Provider.

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 for an organization needs to deploy NKP into AWS while using custom credentials for authenticating. Which flag should the engineer use when starting to bootstrap the cluster installation?

A.

--aws-profile=
B. --cloud-credentials=
C. --with-aws-bootstrap-credentials=true
D. --aws-access-key= --aws-secret-key=