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

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

Questions 4

Some time ago, an EKS cluster was attached to be managed with NKP (Fleet Management). Now, a Platform Engineer has been asked to disconnect the EKS cluster from NKP for licensing reasons. After disconnecting the cluster, the developers realized that application changes are still being reflected in the EKS cluster, despite the fact that the EKS cluster was successfully detached from NKP. How should the engineer resolve this issue?

Options:

A.

Forcefully detach EKS cluster: nkp detach cluster -c detached-cluster-name --force

B.

Detached cluster must also be deleted from NKP: nkp delete cluster -c detached-cluster-name

C.

Developers must have some bad configuration in the deployment config files. Ask for revision or call AWS technical support.

D.

Detached cluster’s Flux installation must be manually disconnected from the management Git repository: kubectl -n kommmander-flux patch gitrepo management -p '{"spec":{"suspend":true}}' --type merge

Buy Now
Questions 5

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?

Options:

A.

Implementing Quotas and Limit Ranges

B.

Setting up Network Policies

C.

Configuring RBAC

D.

Implementing Continuous Deployment (CD)

Buy Now
Questions 6

A Platform Engineer is getting started with NKP and has created a bastion host with all needed prerequisites.

How should the engineer install Kommander?

Options:

A.

AWS CLI

B.

Terraform

C.

Ansible

D.

NKP CLI

Buy Now
Questions 7

When deploying NKP using the Nutanix provisioning method (CAPX), what are the supported OS platforms?

Options:

A.

CentOS and Rocky Linux

B.

Rocky Linux and Ubuntu

C.

Flatcar, Rocky Linux, and Ubuntu

D.

CentOS and Ubuntu

Buy Now
Questions 8

A Platform Engineer wants to deploy a custom OS image for multiple NKP clusters for Nutanix AHV and AWS. Which two tools come bundled to facilitate creating and placing a custom image into the respective image repository?

Options:

A.

Konvoy Image Builder

B.

Nutanix Image Builder

C.

Terraform

D.

Ansible

Buy Now
Questions 9

A Platform Engineer is preparing an AWS instance using KIB for becoming an NKP cluster node. During the process, the source AMI is successfully cloned, and multiple preparation steps have occurred against the cloned AMI, such as gathering OS-release facts and uploading image bundles to it. However, the process encounters an error and ultimately fails. What is one troubleshooting step the engineer can perform that may help identify the root cause of the issue?

Options:

A.

Rerun the KIB command, including the pause parameter, so that each command in the KIB-prep sequence and its return can be reviewed in detail before allowing the prep process to continue.

B.

Rerun the KIB command, including the parameter to set the verbosity level to debug, so that all issued AWS CLI commands and their returns are included and added to an exported log file for review.

C.

Rerun the KIB command, including the parameter to instruct Packer not to automatically delete the cloned AMI on error. This way the OS image can be accessed and further inspected.

D.

Rerun the KIB command, including the parameter to instruct Ansible not to automatically delete the cloned AMI on error. This way the OS image can be accessed and further inspected.

Buy Now
Questions 10

A Platform Engineer is deploying an NKP cluster within an air-gapped AWS environment. However, after an infrastructure planning session with the network team, it’s been determined that the default CIDR block range that is used by pods on NKP clusters is already in use in their environment.

How can the engineer ensure there are no collisions between NKP pod traffic and the existing network using that subnet range?

Options:

A.

Because the environment is air-gapped, there will be no network traffic collision concerns and no adjustment needs to be made to the pod network CIDR block range.

B.

Create an NKP infrastructure provider for AWS in the NKP UI.

Select the Advanced Options button from the Network section of the Create Cluster page and specify a unique CIDR block range within the pod network field.

C.

Create the NKP cluster’s manifest using the nkp create cluster command set and include the pod CIDR block range parameter when generating the cluster manifest.

Deploy the NKP cluster manifest.

D.

Create an NKP infrastructure provider for AWS in the NKP UI.

When deploying the NKP cluster through the UI, specify a unique CIDR block range for the pod network field in the Network section of the Create Cluster page.

Buy Now
Questions 11

There is a private registry for the NKP deployment and the company has an NKP Ultimate license. A Platform Engineer is using the Podman tool and is already logged in. Now, the engineer needs to send the private registry with the NKP Catalog Applications.

What command should the engineer use?

Options:

A.

podman load -i ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar

B.

nkp push bundle --bundle ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar --to-registry=${REGISTRY_URL} --to-registry-username=${REGISTRY_USERNAME} --to-registry-password=${REGISTRY_PASSWORD}

C.

docker load -i ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar

D.

nkp apply bundle -f ./container-images/nkp/catalog-applications-image-bundle-v2.12.0.tar --to-registry=${REGISTRY_URL} --to-registry-username=${REGISTRY_USERNAME} --to-registry-password=${REGISTRY_PASSWORD}

Buy Now
Questions 12

A Platform Engineer for an organization does research in Antarctica. The engineer is preparing a bastion host for deploying NKP while the infrastructure is isolated. Which programs should the engineer ensure are installed on a bastion host before shipping the infrastructure?

Options:

A.

awscli and nkp

B.

oc and kubectl

C.

oc and az

D.

kubectl and nkp

Buy Now
Questions 13

A Kubernetes administrator has been tasked with deploying a new cluster to AWS. The administrator has received the following requirements for this deployment:

    Region us-east-1

    AMI rhel8.6What is a requirement for deploying a new cluster in AWS?

Options:

A.

Use --dry-run parameter

B.

Use --ami-format parameter

C.

Set an export AWS_REGION

D.

Set an export KUBECONFIG

Buy Now
Questions 14

A Platform Engineer is attempting to delete an attached cluster from the NKP UI, but it is stuck in a 'deleting' state and does not get removed. How can the engineer resolve this attempt to detach the cluster so that it is removed from the UI and no longer managed by NKP?

Options:

A.

Run the kubectl delete cluster command in the context of the NKP management cluster.

B.

Run the nkp delete kommandercluster command in the context of the NKP attached cluster.

C.

Run the kubectl delete kommandercluster command in the context of the NKP management cluster.

D.

Run the nkp delete cluster command in the context of the NKP attached cluster.

Buy Now
Questions 15

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

Options:

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.

Buy Now
Questions 16

A Platform Engineer manages an NKP environment and is preparing a machine image to become an NKP cluster node. Which statement is correct regarding the default node preparation process?

Options:

A.

Packer is used to make the OS image CAPI-compliant for use as an NKP node.

B.

Ansible is used to make the OS image CAPI-compliant for use as an NKP node.

C.

Goss is used to harden the OS image for use as an NKP node.

D.

Terraform is utilized to clone an existing OS image for use as an NKP node.

Buy Now
Questions 17

An administrator has experienced issues with an NKP-managed workload cluster and has been tasked with deploying NKP Insights in order to:

    Resolve common anomalies

    Check security issues

    Verify whether workloads follow best practicesUpon trying to enable NKP Insights, the cluster that needs to be chosen is grayed out.Which missing prerequisite should be enabled?

Options:

A.

Velero

B.

Cert-manager

C.

Nutanix Objects

D.

Rook Ceph

Buy Now
Questions 18

A development team is working on a new application that requires access to certain cluster resources. The team needs to ensure that they have limited permissions to avoid unauthorized changes in other environments. Among the tasks they will perform are the following:

    Deploy new versions of the application to their specific namespace.

    Scale deployments according to demand.

    View logs and metrics of their applications to monitor performance.When using the NKP GUI, what type of access should the team configure?

Options:

A.

NKP Role

B.

Cluster Role

C.

Cluster Admin

D.

Kommander Role

Buy Now
Questions 19

A Cloud Engineer is deploying an NKP management cluster and plans to deploy multiple NKP workload clusters from it. The management cluster will be on Nutanix infrastructure, but the NKP workload clusters may be deployed in multiple provisioning environments, such as:

    Nutanix

    AWS

    AzureWhen the engineer deploys an NKP workload cluster in AWS, which two default behaviors will be performed by NKP on this newly-deployed cluster? (Choose two.)

Options:

A.

The NKP workload cluster will receive all of the GitOps sources that have been assigned to the NKP workspace.

B.

The NKP workload cluster will receive all of the NKP RBAC policy that has been assigned to this NKP workspace.

C.

The NKP workload cluster will also be assigned to all of the NKP projects that have been created within the NKP workspace.

D.

The NKP workload cluster will be deployed all of the applications that have been enabled on this NKP workspace.

Buy Now
Questions 20

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?

Options:

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

Buy Now
Questions 21

A Platform Engineer would like to install some NKP applications, but with a few modifications to the default configuration specs of some of the components. Additionally, Velero itself can be disabled, as the company already utilizes a different backup utility for Kubernetes.

Which procedure would the engineer utilize to accomplish these goals when deploying the applications?

Options:

A.

Execute nkp install kommander --init to an output file.

Set the custom specs for the components to be modified in the output file.

Deploy the NKP applications using the nkp install kommander command, specifying the output file.

Once the NKP applications install has completed, execute kubectl delete hr -n kommander velero.

B.

Execute nkp install kommander --init to an output file.

Disable Velero in the output file and set the custom specs for the components to be modified.

Deploy the NKP applications using the nkp install kommander command, specifying the output file.

C.

Execute nkp config kommander --init to an output file.

Disable Velero in the output file and set the custom specs for the components to be modified.

Deploy the applications using the helm install command, specifying the output file.

D.

Execute nkp config kommander.

Disable Velero in the resulting output file and set the custom specs for the components to be modified.

Deploy the NKP applications using the nkp install kommander command, specifying the output file.

Buy Now
Questions 22

Which procedure should a Platform Engineer follow for setting up user authentication into an NKP cluster?

Options:

A.

Enable Gatekeeper and create a connector to the user base’s identity provider.

B.

Disable native NKP authentication, enable Traefik, and create a connector to the user base’s identity provider.

C.

Create a MetalLB connector to the user base’s identity provider.

D.

Create a Dex connector to the user base’s identity provider.

Buy Now
Questions 23

A company has been modernizing on cloud-native platforms for the past few years and has been running some small consumer support utilities on their production NKP cluster. After a thorough testing and QA cycle with simulated workloads on a development cluster, the company is ready to bring their online retail application into the fold. While they have sufficient system resources to scale the NKP cluster properly from a performance standpoint, they also want to ensure they properly scale their monitoring stack’s resource settings to retain a sufficient amount of data to see how overall system resource utilization trends for the NKP cluster over several months’ time with the added workloads. Which NKP Platform Application component should the company be most concerned with adjusting, and how should their Platform Engineer adjust it?

Options:

A.

Adjust the number of replicas for the Fluent Bit deployment, as well as increase the amount of storage available for use by the NKP cluster.

B.

Adjust the number of replicas for the Prometheus deployment, as well as increase the amount of storage available for use by the NKP cluster.

C.

Adjust the resource settings for Fluent Bit by increasing its container resource limits and memory settings, as well as its storage.

D.

Adjust the resource settings for Prometheus by increasing its container resource limits and memory settings, as well as its storage.

Buy Now
Questions 24

A company has decided to expand NKP to features that require higher product tiers, like fleet-management and additional infrastructure providers. The company has already obtained the necessary licensing. Which action is required when adding and activating a license from NKP Starter to a higher-tier product?

Options:

A.

Contact Nutanix Support.

B.

Ensure that worker nodes are sized appropriately.

C.

Log out and log back in as a Global License Administrator.

D.

Regenerate the ACME-based certificate for NKP.

Buy Now
Questions 25

A Platform Engineer needs to create an NKP custom image for vSphere.

Which option should the engineer use?

Options:

A.

Konvoy Image Builder

B.

Nutanix Image Builder

C.

Hashicorp Packer

D.

RedHat Satellite

Buy Now
Questions 26

A company has standardized on NKP for their Kubernetes platform and needs to deploy their first cluster with the following requirements:

    Dark site ready

    Custom Service CIDR Block

    Custom Pod CIDR Block

    Hosted on Nutanix AHV ClusterWhich tool would the administrator use to perform the deployment?

Options:

A.

kubectl CLI

B.

NKP GUI

C.

NKP CLI

D.

OCP CLI

Buy Now
Questions 27

An ecommerce company decides to apply an autoscaling configuration in its NKP cluster due to the fact that on holidays, they experience service drops due to a huge increase of simultaneous traffic.

Which statement best describes the configuration shown in the exhibit?

Options:

A.

The autoscaler could have 15 or 3 nodes.

B.

The autoscaler could increase the number of nodes as needed, but never reduce it below 3.

C.

The autoscaler could increase the number of nodes up to 15, but never reduce the number below 3.

D.

The autoscaler could increase the number of nodes up to 3, but never reduce it below 15.

Buy Now
Questions 28

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.)

Options:

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

Buy Now
Questions 29

A Cloud Engineer manages an NKP environment and is preparing a machine image to become an NKP cluster node.

Which statement is regarding the default node preparation process?

Options:

A.

Shell scripts are used to harden the OS image for use as an NKP node.

B.

Ansible is used to validate the OS image is capable of running NKP.

C.

Goss is used to make the OS image CAPI compliant for use as an NKP node.

D.

Goss is used to validate the OS image is capable of running NKP.

Buy Now
Questions 30

A Cloud Engineer wishes to attach existing AKS clusters to a newly deployed NKP management cluster.

What should the engineer consider specific to attaching these types of clusters to NKP?

Options:

A.

A separate service account should be created for them because their kubeconfig files are not usable out-of-box by NKP Kommander.

B.

AKS does not have the kubelet installed on them. Therefore the KIB-prep process should be performed on each of the nodes in the AKS clusters prior to attaching them.

C.

AKS nodes do not use containerd as its container runtime. Therefore it should be deployed to each of the nodes in the AKS clusters prior to attaching them.

D.

Cert-manager, which is included in NKP, is deployed by default on AKS clusters.

Buy Now
Questions 31

A Platform Engineer needs to do an air-gapped installation of NKP. This environment needs to run without Internet access and be fully operational, including updates. Docker has been installed, and the NKP bundle exists on a bastion host. What is the first command that the engineer must run to begin the process?

Options:

A.

nkp push bundle --bundle

B.

docker load -i konvoy-bootstrap-image-v2.12.0.tar

C.

tar -xzvf nkp-air-gapped-bundle_v2.12.0_linux_amd64.tar.gz

D.

nkp create cluster nutanix

Buy Now
Questions 32

NCP-CN Question 32

A Platform Engineer is preparing to deploy an NKP cluster in an air-gapped environment. The NKP cluster will be deployed on Nutanix infrastructure using the CAPI Nutanix provisioner (CAPX). The engineer has decided to create the bootstrap cluster first, then NIB-prep an Ubuntu 22.04 OS image that the Linux engineering team has provided in Prism Central. After that, the engineer will deploy the NKP cluster. However, during the first step of creating a bootstrap cluster, the engineer received the error shown in the exhibit. What could be the reason?

Options:

A.

The CAPI provisioning method needs to be specified as part of the command nkp create bootstrap nutanix.

B.

The bootstrap cluster image needs to be loaded prior to creating the bootstrap cluster.

C.

The Ubuntu 22.04 OS image needs to be NIB-prepped prior to creating the bootstrap.

D.

The nkp create bootstrap command needs to be executed as root.

Buy Now
Exam Code: NCP-CN
Exam Name: Nutanix Certified Professional - Cloud Native (NCP-CN-6.10)
Last Update: Sep 24, 2025
Questions: 108

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99