[Jul-2026] Get 100% Real NCP-CN Exam Questions, Accurate & Verified TestPassed Dumps in the Real Exam! [Q38-Q60]

Share

[Jul-2026] Get 100% Real NCP-CN Exam Questions, Accurate & Verified TestPassed Dumps in the Real Exam!

Pass Your Nutanix Certified Professional (NCP) Exams Fast. All Top NCP-CN Exam Questions Are Covered.

NEW QUESTION # 38
To keep an NKP cluster and applications healthy and drive productivity forward, a Platform Engineer needs to stay informed of all events occurring within the cluster. What component of kube-prometheus-stack will help the engineer to stay informed of these events in NKP?

  • A. alertmanager
  • B. service monitors
  • C. node-exporter
  • D. prometheus-operator

Answer: A


NEW QUESTION # 39
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 acli vm.delete demo* from a CVM.
  • B. Run nkp delete cluster -c demo -n kommander-default-workspace
  • C. Delete all the VMs and inform of the results.
  • D. Run kubectl config delete-cluster demo -n kommander-default-workspace and delete the VMs.

Answer: B

Explanation:
Comprehensive and Detailed Explanation:
The correct procedure for deleting an NKP cluster involves using the nkp delete cluster command with the appropriate cluster name and namespace. This ensures that not only the Kubernetes resources but also the corresponding NKP resources (e.g., nodepools, Kommander integration) are deleted cleanly and consistently.
Simply deleting the VMs does not clean up the associated NKP management objects. This approach is detailed in the NKP documentation for cluster lifecycle management, emphasizing the need to use the provided CLI commands for full removal.
References: NCP-CN-6.10 Course Material - Cluster Deletion Commands


NEW QUESTION # 40
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?

  • A. Adjust the number of replicas for the Prometheus deployment, as well as increase the amount of storage available for use by the NKP cluster.
  • B. 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.
  • 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.

Answer: D


NEW QUESTION # 41

After creating the project, what should the administrator configure in order for the new software releases to automatically deploy to both environments?

  • A. Project Secrets
  • B. Continue Deployment (CD)
  • C. Continue Integration (CI)
  • D. Project ConfigMaps

Answer: B


NEW QUESTION # 42
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?

  • A. Set an export KUBECONFIG
  • B. Use --ami-format parameter
  • C. Use --dry-run parameter
  • D. Set an export AWS_REGION

Answer: D


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

  • A. NKP Management cluster with the Kommander component must be installed before installing NKP on AKS cluster.
  • B. Existing AKS clusters must be attached to the Management cluster.
  • C. AKS best practices encourage building customized images.
  • D. AKS clusters can be deployed as Management or Pro NKP clusters.

Answer: A,B

Explanation:
The NKPA course outlines the specifics of integrating Azure Kubernetes Service (AKS) with NKP, focusing on fleet management and the deployment architecture. The correct statements are:
* Existing AKS clusters must be attached to the Management cluster (Option A):NKP does not provision AKS clusters directly because AKS is a managed Kubernetes service. Instead, NKP attaches existing AKS clusters to its management plane for centralized management. The Nutanix Cloud Native (NCP-CN) 6.10 Study Guide states: "For AKS integration, existing AKS clusters must be attached to the NKP Management cluster using the Attach Cluster functionality, as NKP does not provision AKS clusters." This involves creating a service account with cluster-admin permissions in the AKS cluster and providing its kubeconfig to NKP.
* NKP Management cluster with the Kommander component must be installed before installing NKP on AKS cluster (Option C):The Kommander component is part of the NKP Management cluster and provides the centralized management plane for fleet management, including AKS clusters. The NKPA course specifies that an NKP Management cluster with Kommander must be deployed before attaching or managing external clusters like AKS. The NCP-CN 6.10 Study Guide notes: "An NKP Management cluster with Kommander must be installed prior to integrating AKS clusters, as Kommander enables the fleet management capabilities for external clusters." Incorrect Options:
* B. AKS best practices encourage building customized images: AKS best practices recommend using the default node images provided by Azure, which are optimized for AKS features like autoscaling and security. Custom images can lead to loss of functionality, as noted in previous questions (e.g., Q91).
* D. AKS clusters can be deployed as Management or Pro NKP clusters: AKS clusters are attached, not deployed, by NKP. Additionally, AKS clusters cannot serve as NKP Management clusters; the Management cluster must be deployed on supported infrastructure like Nutanix AHV, AWS, or vSphere. "Pro NKP clusters" is not a valid term in NKP documentation-Pro refers to a license tier, not a cluster type.
:
Nutanix Kubernetes Platform Administration (NKPA) Course, Section on Fleet Management with AKS.
Nutanix Cloud Native (NCP-CN) 6.10 Study Guide, Chapter on Attaching External Clusters.
Nutanix Cloud Bible, NutanixKubernetesPlatform Section: https://www.nutanixbible.com


NEW QUESTION # 44

A DevOps team faces a growing challenge of managing logs from multiple applications in an NKP cluster. With several teams working on different projects, it is essential to implement a Multi-Tenant Logging system that allows each team to access their own logs securely and efficiently. Initially, two namespaces have been configured for each project, as shown in the exhibit. Then a ConfigMap has also been configured for each tenant, which contains the logging configuration. Which YAML output corresponds to a retention period of 30 days for tenant-innovation and seven days for tenant-analytics?

  • A. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation-confignamespace: tenant-innovationdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 30h---apiVersion: v1kind: ConfigMapmetadata:name: logging-analytics-confignamespace: tenant-analyticsdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 7h
  • B. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation-confignamespace: tenant-innovationdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 30d---apiVersion: v1kind: ConfigMapmetadata:name: logging-analytics-confignamespace: tenant-analyticsdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 7d
  • C. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation-confignamespace: tenantdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 30d---apiVersion: v1kind: ConfigMapmetadata:name: logging-analytics-confignamespace: tenantdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 7d
  • D. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation-confignamespace: tenant-innovationdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 30d---apiVersion: v1kind: ConfigMapmetadata:name: logging-analytics-confignamespace: tenant-innovationdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 7d

Answer: B


NEW QUESTION # 45
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?

  • A. Run the nkp delete kommandercluster command in the context of the NKP attached cluster.
  • B. Run the kubectl delete cluster command in the context of the NKP management cluster.
  • C. Run the nkp delete cluster command in the context of the NKP attached cluster.
  • D. Run the kubectl delete kommandercluster command in the context of the NKP management cluster.

Answer: D


NEW QUESTION # 46
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?

  • A. Rook Ceph
  • B. Velero
  • C. Nutanix Objects
  • D. Cert-manager

Answer: D


NEW QUESTION # 47

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?

  • 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 Detach. Then ask the cluster owner to delete the cluster.
  • C. Press the ("demo" cluster line) three-dot menu at the right and select Delete.
  • D. Login with SSH to the kommander cluster and execute kubectl delete cluster -c demo

Answer: C


NEW QUESTION # 48
A Platform Engineer is looking to backup and restore persistent volumes and other cluster resources. Which two NKP licenses include backup and restore functionality? (Choose two.)

  • A. NKP Pro
  • B. NKP Starter
  • C. NKP Essential
  • D. NKP Ultimate

Answer: A,D

Explanation:
The NKPA course details that backup and restore functionality in NKP is provided through integration with Velero, which supports backing up persistent volumes, cluster resources, and application data to S3- compatible storage. This functionality is considered an advanced feature and is included in higher-tier NKP licenses: NKP Ultimate and NKP Pro.
* NKP Ultimate: This top-tier license includes all NKP features, such as air-gapped deployments, fleet management, and backup/restore capabilities. It is designed for enterprise-grade environments requiring comprehensive disaster recovery.
* NKP Pro: This mid-tier license also includes backup and restore functionality, catering to organizations needing robust data protection but not necessarily all the features of the Ultimate tier (e.g., air-gapped support).
The Nutanix Cloud Native (NCP-CN) 6.10 Study Guide states: "Backup and restore functionality, powered by Velero, is available in NKP Pro and NKP Ultimate license tiers, enabling protection of persistent volumes and cluster resources." These licenses provide the necessary tools and support for configuring Velero with S3- compatible storage, scheduling backups, and performing restores in production environments.
Incorrect Options:
* A. NKP Starter: The Starter tier is entry-level and does not include advanced features like backup and restore. It focuses on basic cluster management.
* B. NKP Essential: This tier, if it exists in NKP's licensing model, would be a lower tier and unlikely to include backup/restore functionality, as it is not mentioned in the NKPA course.
:
Nutanix Kubernetes Platform Administration (NKPA) Course, Section on Backup and Restore.
Nutanix Cloud Native (NCP-CN) 6.10 Study Guide, Chapter on Licensing and Day 2 Operations.
Nutanix Cloud Bible, NutanixKubernetesPlatform Section: https://www.nutanixbible.com


NEW QUESTION # 49
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?

  • A. Cert-manager, which is included in NKP, is deployed by default on AKS clusters.
  • B. 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.
  • C. A separate service account should be created for them because their kubeconfig files are not usable out- of-box by NKP Kommander.
  • D. 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.

Answer: C

Explanation:
The NKPA 6.10 documentation specifies that when attaching external clusters like AKS (Azure Kubernetes Service) to an NKP management cluster using Kommander, the default kubeconfig provided by AKS is typically not directly usable because it lacks the necessary service account details and permissions for NKP to properly manage the cluster. Therefore, the recommended and required approach is to create a separate service account in AKS with the necessary permissions and generate a kubeconfig file for this service account.
Key reference:
"When importing external clusters, such as AKS, the default kubeconfig might not contain the correct permissions for NKP Kommander. A custom kubeconfig for a service account with cluster-admin privileges should be created and used to attach the cluster to NKP." Reference:
Nutanix Kubernetes Platform Administration (NKPA) 6.10 - "Attaching External Clusters" NCP-CN 6.10 Study Guide - "Managing External Clusters"
=======


NEW QUESTION # 50
What is a prerequisite for upgrading an NKP license to Ultimate?

  • A. Size the Control Plane nodes 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 Sidecar containers appropriately to support the installation of default platform services.
  • D. Size the Worker nodes appropriately to support the installation of default platform services.

Answer: A

Explanation:
The NKPA course explains that upgrading an NKP license to the Ultimate tier unlocks advanced features such as fleet management, air-gapped deployments, and additional platform services (e.g., monitoring, logging, backup/restore). These services are deployed on the Management cluster and require sufficient resources to operate effectively. A key prerequisite is to size the Control Plane nodes appropriately to support the installation of default platform services (Option C).
The Control Plane nodes in the NKP Management cluster run critical components like the API server, controller manager, and Kommander, as well as platform services such as Prometheus, Grafana Loki, and Velero. The Ultimate license increases resource demands due to the expanded functionality, and undersized Control Plane nodes can lead to performance issues or failed deployments. The Nutanix Cloud Native (NCP- CN) 6.10 Study Guide states: "Before upgrading to an NKP Ultimate license, ensure the Control Plane nodes of the Management cluster are sized appropriately (e.g., sufficient CPU, memory, and storage) to support the additional default platform services enabled by the license." For example, Control Plane nodes might need to be scaled to at least 4 vCPUs and 16 GB RAM, depending on the workload.
Incorrect Options:
* A. Size the Sidecar containers appropriately: Sidecar containers are typically used for specific workloads (e.g., logging agents), not for platform services deployment, and are not a licensing prerequisite.
* B. Size the ETCD nodes appropriately: While etcd is part of the Control Plane, the course refers to the Control Plane nodes as a whole, not etcd specifically, as the sizing requirement.
* D. Size the Worker nodes appropriately: Worker nodes run user workloads, not the platform services, which are deployed on the Control Plane in the Management cluster.
:
Nutanix Kubernetes Platform Administration (NKPA) Course, Section on Licensing Upgrades.
Nutanix Cloud Native (NCP-CN) 6.10 Study Guide, Chapter on Day 2 Operations.
Nutanix Cloud Bible, NutanixKubernetesPlatform Section: https://www.nutanixbible.com


NEW QUESTION # 51
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?

  • A. Ansible
  • B. Nutanix Image Builder
  • C. Konvoy Image Builder
  • D. Terraform

Answer: B,C


NEW QUESTION # 52
A Platform Engineer would like to deploy an NKP Platform Application to all the clusters within an NKP workspace from the command line. What is the command set to use, and what parameters must be specified with it?

  • A. The kubectl create appdeployment command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.
  • B. The nkp deploy app command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.
  • C. The nkp create appdeployment command set would be utilized. The application ID & version, as well as the NKP workspace of the clusters, must be provided.
  • D. The nkp deploy platform-app command set would be utilized. The application ID, as well as the NKP workspace of the clusters, must be provided.

Answer: C


NEW QUESTION # 53
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?

  • A. NKP Role
  • B. Cluster Admin
  • C. Cluster Role
  • D. Kommander Role

Answer: A

Explanation:
The NKPA course explains that NKP provides a role-based access control (RBAC) system to manage permissions within its platform, in addition to Kubernetes-native RBAC. For a development team needing limited permissions to perform specific tasks (deploying applications, scaling deployments, viewing logs and metrics) within a specific namespace, the appropriate access type in the NKP GUI is an NKP Role.
NKP Roles are predefined or custom roles within the NKP platform that map to Kubernetes RBAC permissions but are managed through the NKP UI for ease of use. They allow granular control over actions within a workspace or namespace, ensuring the team can perform their tasks (e.g., deploy, scale, get logs) without having access to other environments or cluster-wide resources. For example, an NKP Role like
"Developer" or a custom role can be configured to grant edit permissions in the team's namespace while restricting access elsewhere. The Nutanix Cloud Native (NCP-CN) 6.10 Study Guide states: "In the NKP GUI, configure an NKP Role to grant limited permissions to a development team, allowing actions like deploying applications and viewing logs within their namespace while preventing unauthorized changes in other environments." Incorrect Options:
* B. Cluster Role: A Kubernetes Cluster Role grants permissions across all namespaces, which is too broad for the team's limited access requirement.
* C. Cluster Admin: This grants full administrative access to the entire cluster, far exceeding the team's needs and violating the principle of least privilege.
* D. Kommander Role: Kommander is a management component in NKP, but "Kommander Role" is not a specific access type in the NKP GUI for this purpose.
:
Nutanix Kubernetes Platform Administration (NKPA) Course, Section on Access Control and RBAC.
Nutanix Cloud Native (NCP-CN) 6.10 Study Guide, Chapter on Day 2 Operations.
Nutanix Cloud Bible, NutanixKubernetesPlatform Section: https://www.nutanixbible.com


NEW QUESTION # 54
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?

  • A. 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.
  • B. 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.
  • 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.

Answer: A

Explanation:
The Kubernetes Image Builder (KIB) is used to create CAPI-compliant machine images for NKP cluster nodes, often leveraging tools like Packer to build AMIs for AWS. When the KIB process fails, troubleshooting requires detailed logs to identify the root cause. The NKPA course recommends increasing the verbosity of the KIB command to capture detailed output, including AWS CLI commands and their responses.
The correct troubleshooting step is to rerun the KIB command with the verbosity level set to debug. This is typically done using the --verbose or -v flag (e.g., -v debug) to enable debug-level logging, which includes all AWS CLI commands, their outputs, and errors, written to a log file for review. The Nutanix Cloud Native (NCP-CN) 6.10 Study Guide states: "To troubleshoot KIB failures, rerun the command with debug verbosity (-v debug) to log all operations, including AWS CLI interactions, to an exported log file for detailed analysis." This approach helps pinpoint issues like permission errors, misconfigurations, or failures in image bundle uploads.
Incorrect Options:
* A. Rerun with pause parameter: KIB does not support a pause parameter for step-by-step review, as per the NKPA course.
* C. Instruct Packer not to delete the cloned AMI: While preserving the AMI can help, the course prioritizes debug logging for initial troubleshooting. Packer's --on-error=abort flag exists, but it's less direct than debug logs.
* D. Instruct Ansible not to delete the cloned AMI: KIB primarily uses Packer, not Ansible, for AMI creation, making this option incorrect.
:
Nutanix Kubernetes Platform Administration (NKPA) Course, Section on Image Building.
Nutanix Cloud Native (NCP-CN) 6.10 Study Guide, Chapter on NKP Deployment Prerequisites.
Nutanix Cloud Bible, NutanixKubernetesPlatform Section: https://www.nutanixbible.com Kubernetes Image Builder Documentation: https://image-builder.sigs.k8s.io


NEW QUESTION # 55

After selecting the Production workspace and selecting View Details for the cluster prod-01, a Platform Engineer wanted to enable the NKP Insights application. This application is under the Observability category, but this category doesn't appear in the list.
Which action should the engineer take to be able to deploy the NKP Insights application in the Kubernetes cluster for this workspace?

  • A. Select Clusters in the left menu, select View Details for the cluster prod-01, then in the Application Dashboard, select Enable in the NKP Insights three-dot menu.
  • B. Select Insights in the left menu and select the Enable button.
  • C. Select Clusters in the left menu, select Applications, and select Enable in the NKP Insights three-dot menu.
  • D. Select Applications in the left menu, press the three-dot menu in the NKP Insights application option, and select Enable.

Answer: A


NEW QUESTION # 56

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?

  • A. The CAPI provisioning method needs to be specified as part of the command nkp create bootstrap nutanix.
  • B. The Ubuntu 22.04 OS image needs to be NIB-prepped prior to creating the bootstrap.
  • C. The nkp create bootstrap command needs to be executed as root.
  • D. The bootstrap cluster image needs to be loaded prior to creating the bootstrap cluster.

Answer: D


NEW QUESTION # 57
A company was using a test application called temp-shop developed in the temp-ecommerce NKP Starter cluster. Now, the cluster has just been taking up valuable resources that could be used for other projects, so the development team has decided to remove it.
Before proceeding, they verified that they had the cluster configuration file temp-ecommerce.conf.
What command should the development team execute to delete the cluster with its nodes and application?

  • A. nkp delete cluster --cluster-name=temp-ecommerce --self-managed --kubeconfig=temp-ecommerce.conf
  • B. nkp delete cluster --all
  • C. nkp delete cluster --application-name=temp-shop --self-managed --kubeconfig=temp-ecommerce.conf
  • D. nkp delete cluster --cluster-name=temp-shop --self-managed --kubeconfig=temp-shop.conf

Answer: A


NEW QUESTION # 58

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. Ubuntu 22.04 is not a supported OS for NKP nodes on Nutanix infrastructure, therefore the necessary OS package bundle does not exist.
  • B. The engineer has not created the OS package bundle prior to the NIB-prep attempt.
  • C. The engineer has not seeded the local registry with the required NKP images prior to the NIB-prep attempt.
  • D. The engineer has supplied the inartifacts directory for the OS package bundle in the NIB-prep command.

Answer: B

Explanation:
The error states:
lua
Copy
Could not find or access '/home/.../nkp-image-builder-.../playbooks/.../artifacts/1.29.6_ubuntu_22.04_x86_64.
tar.gz'
This indicates that the OS package bundle (artifacts/1.29.6_ubuntu_22.04_x86_64.tar.gz) has not been created or is missing. Creating the OS package bundle is a prerequisite step in the NIB workflow.
Key Reference:
* Nutanix Kubernetes Platform Administration (NKPA) 6.10 - "Creating OS Package Bundles for NIB"
* NCP-CN 6.10 Study Guide - "NIB Preparation Prerequisites"
=======


NEW QUESTION # 59
A Kubernetes administrator needs to deploy a new NKP deployment for a DR Datacenter. Cluster information:
AOS 6.10
Hypervisor is AHV
Six NX-8170-G9 NodesWhich command should the administrator use to invoke the prompt-based CLI deployment method?

  • A. nkp create cluster nutanix
  • B. nkp create cluster ahv
  • C. nkp create nodepool nutanix
  • D. nkp install kommander

Answer: B


NEW QUESTION # 60
......

Penetration testers simulate NCP-CN exam: https://www.testpassed.com/NCP-CN-still-valid-exam.html

Free Test Engine For Nutanix Certified Professional - Cloud Native v6.10 Certification Exams: https://drive.google.com/open?id=1Xr0v_94610FWPohOyxZO2OdPRabvj55-