Nutanix NCP-CN Exam
Nutanix Certified Professional - Cloud Native v6.10 (Page 3 )

Updated On: 7-Feb-2026

[Prepare the Environment for an NKP Deployment]
A Platform Engineer is preparing machine images for NKP through the NIB or KIB process.
What is the purpose of doing this?

  1. Hardening an OS image with client-supplied hardening scripts
  2. Creating a custom user account for NKP admins to ensure access to NKP nodes
  3. Tagging the image to be used specifically for NKP
  4. Creating a CAPI-compliant image for use as NKP cluster nodes

Answer(s): D



[Perform Day 2 Operations]
A development team decided to employ an efficient monitoring system with Grafana-logging, which was successfully implemented as can be seen in the following output:
AppDeployment "kommander-default-workspace/grafana-logging" created in namespace "kommander-default-workspace".
Which command did the team execute to complete this task?

  1. nkp create appdeployment grafana-logging --app grafana-logging-6.57.4 --workspace default- workspace
  2. export WORKSPACE_NAMESPACE=kommander-default-workspaceappdeploymentnkp create package-bundle grafana-logging
  3. kubectl get appdeployment -n kommander-default-workspace
  4. kubectl get helmreleases grafana-logging -n kommander-default-workspace -w

Answer(s): A



[Conduct NKP Fleet Management]
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?

  1. Forcefully detach EKS cluster: nkp detach cluster -c detached-cluster-name --force
  2. Detached cluster must also be deleted from NKP: nkp delete cluster -c detached-cluster-name
  3. Developers must have some bad configuration in the deployment config files. Ask for revision or call AWS technical support.
  4. 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

Answer(s): D



[Perform Day 2 Operations]
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.)

  1. Upgrade Workers with nkp update nodepool aws ${NODEPOOL_NAME} --cluster- name=${CLUSTER_NAME} --kubernetes-version=v1.29.9
  2. Upgrade Control Planes with nkp update controlplane aws --cluster-name=${CLUSTER_NAME} -- ami AMI_ID --kubernetes-version=v1.29.9
  3. Upgrade Workers with nkp upgrade nodepool aws ${NODEPOOL_NAME} --cluster- name=${CLUSTER_NAME} --kubernetes-version=v1.29.9
  4. Upgrade the Cluster with nkp update cluster aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9

Answer(s): B,C



[Perform Day 2 Operations]



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?

  1. 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
  2. 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
  3. 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
  4. 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

Answer(s): A






Post your Comments and Discuss Nutanix NCP-CN exam prep with other Community members:

Join the NCP-CN Discussion