NutaNIX
/nix/nutanix/certs/NCP-CN-6.10/on-the-exam

NCP-CN 6.10 · Cloud Native (NKP)

Nutanix Certified Professional Kubernetes Platform This is on the exam! fact · right answer · background

This is on the exam! Below is every point the NKP / NCP-CN 6.10 prep-workshop instructors explicitly flagged as exam material, pulled from the four training transcripts. Each entry lists the fact (what gets asked), the right answer (what to pick and why), and background (the reasoning so it sticks). Nothing is summarized away.

Compiled from the four NKP / NCP-CN 6.10 prep-workshop transcripts.

Verify the blueprint. This reflects a specific exam version (NCP-CN 6.10) as described by instructors in early 2026. Nutanix updates blueprints and product behavior; confirm against the official blueprint on university.nutanix.com when you schedule. Where the transcripts disagreed with themselves (noted inline), trust the official docs.
On the exam

This is on the exam!

The instructors said it; here it is with the answer and the reasoning. Air gap, Velero, workspaces-vs-projects, and licensing tiers are the dominant recurring themes, weight your study there.

A · Platform & Licensing transcript 1 + 2

A1

What each NKP license tier includes (Starter / Pro / Full Stack / Ultimate).

Right answer

Memorize the tier matrix. Starter = core "get started," Nutanix-only, managed OS, limited apps. Pro = adds bring-your-own OS, platform & data services, the observability stack, AI Navigator, and the data-services backups. Full Stack = the Pro feature set bundled together with Nutanix Cloud Infrastructure (NCI). Ultimate = adds fleet management (single management cluster across any provider, manage EKS/AKS), granular RBAC, NKP Insights, and Kubecost.

Background

Instructors called licensing "one of the trickiest parts of the exam" and said the two licensing "money slides" alone get you 90%+ of the licensing questions. Apart from command syntax and architecture, licensing is the next-hardest topic.

A2

Which tiers allow the managed OS vs bringing your own OS?

Right answer

Managed Rocky Linux is available in all tiers. Bring-your-own Linux OS (and the prepackaged Ubuntu / Canonical image) is Pro and Ultimate only.

Background

The presenter initially guessed "Starter or Pro," then corrected on-air to Pro and Ultimate. Each layer of NKP is licensed differently, and moving "up the tiers" is what unlocks BYO OS.

A3

Which infrastructure can each tier run on?

Right answer

Starter = Nutanix AHV only. AHV is supported on all tiers. To run on AWS, Azure, or Google Cloud you need Pro or Ultimate.

Background

Called out as "a key part of the exam, understand the infrastructure limitations with the different licensing models." NKP itself can also run on bare metal (no AOS/AHV needed), but that fact was flagged as not exam-related.

A4

Which tiers get pre-provisioned infrastructure ("freedom of choice") and the advanced security pieces?

Right answer

Pro and Ultimate only.

Background

Pre-provisioned infrastructure lets teams separate concerns (cloud admin owns infra, platform engineer owns the K8s layer, developers own apps) and adapt to strict security controls, valuable for FedSLED / regulated customers.

A5

What is the management cluster and what runs on it?

Right answer

The first cluster you deploy. It provisions and manages the lifecycle of the workload (worker) clusters; in an enterprise deployment you don't run apps on it, it's the orchestrator. Conceptually like Prism Central: everything rolls up to it.

Background

It can run anywhere (cloud, on-prem, bare metal) and manages both attached and managed clusters.

A6

Any question that mentions fleet management.

Right answer

NKP Ultimate. Always. The trigger phrases also include "hybrid multicloud," "managing EKS/AKS/upstream CNCF," and granular global/workspace/project RBAC. The question doesn't have to say the literal words "fleet management."

Background

"If it's fleet-management related, it's always going to be NKP Ultimate" was repeated across all four sessions. Treat it as a reflex.

A7

Can you mix infrastructure providers in one managed environment?

Right answer

Pro: No, each infrastructure provider needs its own environment with its own management cluster. Ultimate: Yes, a single environment / single management cluster deploys and manages clusters across any provider, and you can mix providers.

Background

This is the practical difference fleet management buys you, and a clean license-tier discriminator the exam likes.

A8

"What is the authentication provider for NKP?"

Right answer

Dex.

Background

Dex provides federated authentication and SSO to both kubectl and the NKP UI. On the first cluster it hands you the kubeconfig plus a randomly generated username/password; once Dex is configured you get SSO from CLI and browser. Because NKP is open, you can swap Dex out, but the exam answer is Dex.

A9

Which identity connectors can Dex use?

Right answer

SAML, OpenID (OIDC), GitHub, and LDAP, the four authentication types.

Background

Know what Dex can federate to; this is the day-2 authentication/authorization section of the blueprint.

A10

Networking / CNI questions.

Right answer

Calico and Cilium, the two bundled CNIs. Kubernetes NetworkPolicies determine which pods can talk to each other.

Background

"Calico and Cilium are your answers for anything networking pretty much." Flow has since been introduced into NKP but is explicitly NOT on this exam.

A11

Ingress and load-balancing components.

Right answer

Traefik = L7 ingress (HTTP traffic into internal services). MetalLB = L4 load balancer that gives a pod a real external IP on your network (not just the internal cluster network), packaged by default so on-prem behaves like cloud.

Background

Flagged as "doesn't have a badge for being on the exam, but be ready to answer it if it shows up." On-prem Kubernetes manifests often fail without MetalLB because there's no L4 IP source, NKP ships it by default.

A12

Storage / CSI driver licensing.

Right answer

CSI driver = all tiers (Starter up). Block storage (Nutanix Volumes) = all NCI customers. File storage = requires NUS Pro (Nutanix Unified Storage Pro) or NKP Full Stack.

Background

The Nutanix CSI provides block and file persistent storage against an AOS/AHV cluster. Newer NKP versions (2.16/2.17) require you to define a storage container at deploy time, which it auto-provisions. On bare metal / cloud, those platforms bring their own CSI.

A13

CSI driver features.

Right answer

Volume provisioning, resize, cloning, snapshot/restore; supports RWO and RWX. Available in all licensing.

Background

Deep CSI knowledge isn't required, just know what the driver does and that these are standard, all-tier capabilities.

A14

Lifecycle management and Cluster API ("Cappy").

Right answer

Cluster API (CAPI / "Cappy") automates create / scale / upgrade / destroy of clusters and nodes, with a provider component for AHV, AWS, Azure, and Google Cloud. NKP orchestrates the hosts; Kubernetes orchestrates the workloads.

Background

LCM is "a fairly decent-sized portion of the exam on the Nutanix side." CAPI also drives self-healing (a crashed node is replaced) and node-OS upgrades (roll the cluster onto a new node-OS image, migrate pods, retire old nodes, no manual rebuild).

A15

Observability layer licensing and which component does what.

Right answer

Observability = Pro and Ultimate only. Grafana = visualization/dashboards (27 built-in). Prometheus = metrics. Loki + Fluent Bit/Fluentd = logs.

Background

Know the metrics-vs-logs distinction: logs are text output from a container/pod; metrics measure performance state (CPU vs requests/limits, memory, app-level instrumentation). A Starter cluster has limited apps; adding a license key deploys ~20 catalog apps.

A16

AI Navigator licensing and behavior.

Right answer

Pro and Ultimate only. Can be disabled for air-gapped / high-security / no-internet environments.

Background

It's a troubleshooting assistant that reads cluster state and suggests kubectl commands / pod checks, aimed at VM-admins who aren't yet Kubernetes experts.

A17

Nutanix data services on Kubernetes (NDK).

Right answer

CSI driver = all NKP tiers. Nutanix Volumes = all NCI tiers. NDK (Nutanix Data Services for Kubernetes) = Pro/Ultimate, and only on an NCI cluster (not bare metal, not cloud, those bring a different storage provider).

Background

NDK gives NKP-on-Nutanix the storage fabric, CSI persistence, and a catalog of data services as one cohesive platform.

A18

Backup / DR, Velero (multiple questions; one of the heaviest themes).

Right answer

Velero is the CNCF tool that backs up persistent volumes and Kubernetes resources for a pod / deployment / replica set. Pro/Ultimate. Core commands: velero backup create <name> (add the volume snapshot if it has volumes), velero restore create, velero backup get. To change a schedule you create a new one and delete the old, you can't edit it in flight.

Background

Instructors saw "4 or 5 questions specifically on Velero" (DR, migration, general backup/restore). NDK backs the Nutanix-side volumes (async/NearSync, low RTO); Velero backs the Kubernetes objects. Velero stores backups in Rook/Ceph by default, see C18 and the quiz key.

B · Services, Fleet & Taxonomy transcript 2

B1

Service-platform services: GPU operator, Nutanix Enterprise AI, service mesh (Istio), serverless functions, Nutanix database services.

Right answer

Pro and Ultimate only.

Background

These are the value-add platform services that turn NKP from "can build a container" into a complete enterprise platform. Serverless functions run a code snippet without deploying a full container.

B2

Managing external managed Kubernetes (EKS, AKS).

Right answer

Requires NKP Ultimate (it's fleet management). NKP cannot manage Red Hat / OpenShift, its architecture prevents it.

Background

NKP gives EKS/AKS the same opinionated, curated open-source app ecosystem (monitoring, logging, security) in one pane of glass, but only Ultimate unlocks managing them.

B3

Cost / chargeback tooling.

Right answer

Kubecost (renamed/replaced by OpenCost in newer versions; for this exam it's Kubecost). Provides chargeback / showback per container. Included with NKP Ultimate.

Background

CNCF tooling that maps infrastructure cost down to per-container operating cost so you can bill back to teams, an enterprise/CFO conversation, hence Ultimate.

B4

GitOps / the built-in Git operator.

Right answer

NKP has a built-in Git operator: a Git repo holds declarative config as the single source of truth; the cluster continuously reconciles to it and self-heals drift, giving simple rollback/DR. Paste a repo URL into a workspace deployment to wire it up. For the exam, treat GitOps as an Ultimate feature.

Background

Declarative ("what it will be") vs imperative ("how to build it"). The transcripts were inconsistent, once "Pro and Ultimate," once "Ultimate feature," and Part 3 states flatly "you don't get GitOps with NKP Pro." When forced to choose, answer Ultimate.

B5

NKP Insights (predictive analytics).

Right answer

Included with NKP Ultimate. It runs on the management cluster and is therefore updated via LCM with the management cluster. Produces RCAs (root-cause analysis) and alerts at severities critical / warning / notice.

Background

Looks at current and future anomalies using metrics, logs, and events from all NKP-managed clusters; alerts link directly to the resource in the dashboard. Understanding its bi-directional traffic flow is "valuable for the exam."

B6

Single vs multi cluster, and managed vs attached ("definitely know the difference, a number of questions").

Right answer

Single cluster = standalone NKP, can't attach other clusters. Multi-cluster = a management cluster doing full Kubernetes LCM of managed clusters. Managed = created and lifecycle-managed by the management cluster. Attached = a pre-existing external cluster connected for visibility and limited control, not full orchestration.

Background

Expect several questions specifically on "managed vs attached" and the functionality differences between them.

B7

NKP application architecture: cluster managers vs app managers, and the application types.

Right answer

Cluster managers handle the cluster lifecycle (the CAPI controller). App managers handle environment-level integration: auth, authz, GitOps, Kubernetes Federation. Application types: Cluster apps (load balancers / ingress, enabled by default) → Platform apps (production services, enabled on demand) → Catalog apps (user apps: Nutanix e.g. Kafka/Zookeeper, Partner e.g. NVIDIA, Customer in-house). Consumable via CLI, GUI, or GitOps.

Background

"Taxonomy is really important in the NKP exam", know this hierarchy cold.

B8

Air gap / dark site, the single heaviest-weighted area.

Right answer

Understand what the air-gap bundle does, why it exists, and its config flags. Air gap = no internet: build the OS package bundle on an internet-connected host, move it in, seed a local registry, run NKP locally. Seeding the registry is a push (nkp push bundle).

Background

"Almost all of the questions on nkp create cluster, probably 60 to 70%, will ask some form of air gap around it." The FedSLED team is suspected of having loaded up the question bank. Study air gap hard.

B9

Gatekeeper.

Right answer

Gatekeeper = policy as code / policy administration, built on OPA (Open Policy Agent). (Dex, by contrast, is the authentication point.)

Background

There's "a question on Gatekeeper" but they don't go deep on its functionality, know what it is and does.

B10

RBAC by license tier.

Right answer

RBAC comes with all tiers. But granular global / workspace / project-based roles require Ultimate (it falls under fleet management). Starter and Pro get limited RBAC.

Background

Another instance of the "granular control = fleet management = Ultimate" pattern.

B11

NKE → NKP migration ("Can you move from NKE to NKP?").

Right answer

Yes, but with a caveat: it requires migration / rebuild (there are 4 migration options depending on how you do it).

Background

NKE (Nutanix Kubernetes Engine, the older essentials-only product) is deprecated; Nutanix stopped releasing it and folded everything into NKP.

B12

The "money slide": difference between NKP Full Stack and Ultimate, and relicensing NCI.

Right answer

The only difference between NKP Full Stack and NKP Ultimate is that Full Stack includes NCI. (Ultimate adds fleet management on top.) Gotcha: going from an existing NCI cluster to NKP Full Stack on the same cluster requires you to unlicense the NCI first, then relicense it via the Full Stack license.

Background

Tier guidance: Starter to get going; bring-your-own license → Pro; different infra (ESXi/AWS) → at least Pro; attach/manage existing EKS/AKS → Ultimate.

B13

Workspaces vs projects (instructors estimate ~20% of the exam; terms are intermixed to trick you).

Right answer

Workspace = grants access to an entire cluster (or clusters); you can create namespaces on those clusters. Project = a single namespace (or set) on predefined clusters, the smallest unit where a user creates pods; carries quotas/limits and its own secrets. Hierarchy: Global > Workspace > Project, with access decreasing. Separate teams → separate workspaces.

Background

"Spend a few extra minutes on workspaces vs projects" was repeated in every session. It's the highest-yield single concept after air gap and licensing.

B14

The exam follows the blueprint.

Right answer

The NCP-CN blueprint is a public document, the "this is on the exam" badges came straight from it. The exam follows the blueprint's structure, questions are randomized, and you can flag questions to revisit.

Background

Flagging "saved my bacon", a later question often jogs the answer to an earlier one. Clear desk, quiet room, no interruptions for the proctored exam.

C · Build Flow: Seeding → Bastion → Bootstrap → Images → Create → Day-2 transcript 3

C1

Do you have to type commands on the exam?

Right answer

No, the exam is 100% multiple choice. You never type a command string. What matters is reading a command and understanding what it does.

Background

Many questions show a command or screenshot and ask what it does, why it failed, or how to edit it, recognition, not recall-by-typing.

C2

Seeding the private registry; "why did this not deploy?" screenshots.

Right answer

Seed with nkp push bundle --bundle <...>/container supplying the URL, username/password, and the cert to the bastion host. A common failure: if a check returns a non-empty string, the host's temp directory is mounted with the noexec option, fix the mount.

Background

Understand the registry-seeding workflow and the class of registry-level errors. These are sometimes two-part screenshot questions; not common, but they appear.

C3

"Where must the private registry be accessible to and from?" (air gap).

Right answer

From the bastion host (which pushes the images) and from the cluster nodes that pull images, all within the air-gapped network.

Background

Network-requirements questions are guaranteed ("these will be questions"), especially in the air-gap context.

C4

What does the bastion host do? (a couple of questions)

Right answer

A Linux box running Docker. nkp create cluster builds a bootstrap in Docker on the bastion, which provisions the management host on Nutanix and transfers control to it; the bastion then becomes a standalone box again. It must be on the same network, reach the infra-provider API (Prism Central and Prism for Nutanix), be SSH-reachable, push images to the registry, and it holds the first kubeconfig.

Background

For a temporary window the bastion is "the brains of the entire NKP deployment." It's low-resource (~2 vCPU / 8 GB RAM), can be removed after build (nkp delete cluster) but is worth keeping for upgrades/LCM. A cloud-init file in the provided GitHub repo preps it (sets password, installs/configures Docker, installs kubectl).

C5

What is the bootstrap cluster for?

Right answer

It runs the CAPI (Cappy) controllers and creates the initial cluster object. Built in Docker on the bastion, it creates cluster certificates, initializes the control plane and its node, joins worker nodes, deploys core services (networking, storage, autoscaler), then pivots/transfers its role to the permanent management cluster.

Background

nkp create cluster creates the bootstrap automatically; you rarely make one manually (nkp create bootstrap), and those edge cases aren't on the exam.

C6

kubectl get pods screenshot, "this pod isn't listed, why?"

Right answer

Because the command wasn't run with -A / --all-namespaces. By default kubectl get pods only shows the default namespace.

Background

This one was recalled "distinctly" from the exam. Also know docker ps (is Docker running the container?), kubectl get nodes, and kubectl describe for troubleshooting.

C7

Know the difference between NIB and KIB.

Right answer

NIB = Nutanix Image Builder → builds CAPI-compliant node images for Nutanix infrastructure. KIB = Konvoy Image Builder → builds images for the other providers (AWS, Azure, NOT Google Cloud for this exam).

Background

Pre-rolled node-OS images exist (Rocky for all tiers, Ubuntu for Pro/Ultimate); use NIB/KIB only for custom kernel/agent/config. All machine actions in NKP are create-and-destroy (immutable), e.g., changing RAM 32→48 GB builds brand-new VMs and retires the old ones, so images must be genericized with no personality.

C8

Supported platforms / CPU architecture.

Right answer

x86-64 / AMD64 only. No ARM64 (at the time of this exam version).

Background

"Pretty simple, straight x86-64 base, I had the exact question."

C9

Version matching across components.

Right answer

Everything is version-tied. The bundle, the ready node-OS images, the NKP binary, and the Konvoy image builder must all match the NKP version (e.g., 2.17.1 across the board).

Background

NKP uses version changes to swap underlying CNCF components, so mismatched versions break. "Overarching theme: always make sure the versions match the version."

C10

KIB default YAML files.

Right answer

KIB ships a default YAML per infrastructure provider (e.g., an Amazon Machine Image YAML); you edit it as needed, then build the image.

Background

Be familiar with the tool's rough flow (--help shows the flags); you won't need every flag.

C11

"How and where do air-gap images differ?"

Right answer

You build the OS package bundle on an internet-connected machine, move it to the air-gapped environment, and create the OS image locally. The bundles are obtained separately and packaged up.

Background

Air gap = simply "no internet access", everything that would normally download must be staged in beforehand.

C12

What does nkp create cluster do, and what is Commander?

Right answer

nkp create cluster nutanix is the primary deploy command: it creates the bootstrap, deploys the CAPI resources, builds the base cluster, moves CAPI components from bootstrap to the new cluster, deletes the bootstrap, then deploys Commander. Commander = the NKP management UI, the landing screen you log into. As of this version it is a separate URL and login, not integrated into Prism Central.

Background

"There will be questions about Commander and what Commander is." Know the create-cluster parameters exist (cluster name, prism cluster, subnets, endpoints) without memorizing every one.

C13

Applying a license / the NCI relicense gotcha (reinforced in the build flow).

Right answer

Straightforward via the Nutanix licensing portal, except the NCI → NKP Full Stack case: unlicense the NCI portion, then apply the Full Stack license (see B12).

Background

Reinforced because it's the one genuinely "squirrely" licensing operation.

C14

Vouchers and retake logistics.

Right answer

Get a free voucher in Nutanix University (My Certifications → request voucher); vouchers are now exam-specific. The NKPA may be a prerequisite for the NCP-CN voucher to appear. If you fail: request a new voucher (1-2 business days via your CSE) and wait out the cooldown (24 hours or one week).

Background

Not exam content per se, but flagged repeatedly as practical exam-day knowledge.

C15

RBAC hierarchy, "surprisingly large number of gotcha questions."

Right answer

Global = access across all clusters in the management cluster. Workspace = access to specific cluster(s); can create namespaces there. Project = specific namespace(s) only, on predefined clusters. Access decreases Global → Workspace → Project. Roles and bindings are defined per level.

Background

"Definitely study this slide." Same hierarchy as B13; the gotchas come from intermixing the terms.

C16

"Why would I still need to deploy Fluent Bit in each pod?" (Fluent Bit vs Fluentd).

Right answer

Because Fluent Bit by default only collects admin/node logs; to capture pod/application logs you add Fluent Bit alongside the pod. Fluent Bit (lightweight per-node collector) forwards to Fluentd, which is visualized in Grafana.

Background

Logging stack components: Loki, Fluentd, Fluent Bit, Banzai Cloud. "Know the difference between Fluent Bit and Fluentd."

C17

Persistent data and object storage out of the box.

Right answer

Default CSI driver; PVs with provision/resize/clone; RWO and RWX. For object storage, Nutanix Objects provides S3-compatible storage for unstructured data.

Background

The "running Kubernetes on Nutanix" advantage: storage is provided out of the box rather than sourced from another vendor.

C18

Rook/Ceph vs Velero, and the bare-metal requirement.

Right answer

Rook/Ceph = the internal object storage NKP pre-provisions; it stores logging, Insights, and backups, and is required for bare-metal clusters. Velero = the backup tool that stores into Rook/Ceph. They're complementary, not duplicative.

Background

A common "don't these do the same thing?" trap. For production you can also point backups at an external storage class (e.g., an S3 object store).

C19

Recommended/minimum resource settings (incl. Starter vs Ultimate minimums).

Right answer

Know the minimum recommended cluster resources. Ultimate needs more than Starter, on the classic 16-vs-32 question, 32 is the answer for the higher tier (16 is the trap).

Background

Enabling Ultimate spins up ~20 marketplace apps (Rook/Ceph, Velero, Grafana, Prometheus...), so the management cluster needs enough worker nodes or pods won't schedule. "These kinds of questions are on the exam."

C20

etcd (and Prometheus / Thanos).

Right answer

etcd = the distributed key-value store, the "brain" of Kubernetes, it holds all cluster state. Prometheus = metrics. There may be a question on what etcd does.

Background

Few/no Thanos questions recalled; some Prometheus and "definitely some etcd" questions. Know etcd's function.

C21

ConfigMaps.

Right answer

Be able to read and edit/update a ConfigMap. Questions show a ConfigMap with one variable (e.g., memory) changed and ask you to compare options.

Background

You may have to scroll through several near-identical ConfigMaps and spot the difference, Linux familiarity helps.

C22

Configure auto scaling ("a lot of questions on this section").

Right answer

The cluster autoscaler is off by default; it adds worker nodes when pods can't schedule due to resource constraints and removes nodes on low utilization. Distinguish it from application autoscaling (pod replicas / HPA). Configurable via CLI config or Commander.

Background

Questions focus on concepts ("what is it / what does it do / how does it work"), not command strings.

C23

Deleting/editing clusters, "why did it fail?"

Right answer

You must detach an attached cluster before you can delete it (via the Commander 3-dot/hamburger menu). Order of operations matters.

Background

"A question I got: why did it fail? Because it wasn't detached first." See also D1 (finalizers) for stuck deletes.

D · Day-2, Multi-Tenancy & Cluster Operations transcript 4

D1

A cluster delete fails / the cluster is stuck, what do you check?

Right answer

Finalizers. Finalizers are the last pieces of a cluster that must be cleared before deletion can complete; check/remove them.

Background

CLI deletes are rare on the exam (mostly UI), but "if you delete a cluster and it's stuck, the answer's going to be around finalizers."

D2

Multi-tenancy (no single question recalled, but flagged to understand).

Right answer

Understand the logical multi-tenant model: workspaces and projects plus per-tenant login URLs isolate tenants. Understanding workspaces vs projects is the key.

Background

Relevant for MSPs and customers running NKP as a service; "doesn't mean there isn't any" question on it.

D3

Infrastructure providers ("a question you will see a couple of").

Right answer

A "why did this fail?" answer is the infrastructure-provider resources weren't provided. You can manage a Nutanix cluster other than where the management cluster runs, as long as they have network connectivity; you define additional infrastructure providers (AWS, Azure) with the prerequisites the slide lists.

Background

The provider definition is what lets the management cluster reach out and stand up clusters elsewhere.

D4

Cluster role bindings / workspace roles.

Right answer

You bind a group to a role; roles are defined separately. Cluster roles grant access across entire clusters. Understand where roles and bindings sit across the three levels (global / workspace / project).

Background

Same hierarchy as B13/C15, applied to the binding mechanics.

D5

Per-tenant login.

Right answer

NKP provides a dedicated login URL for each individual tenant, so a group can be inside Commander but see only its own workspace.

Background

Important for MSP / multi-group deployments sharing one NKP environment.

D6

Creating your first managed cluster, which providers?

Right answer

A managed (workload) cluster runs your Kubernetes manifests; the management cluster is just the orchestrator. Create managed clusters under the 4 CAPI providers: Nutanix, Azure, vSphere, and VMware Cloud Director, each with its own prerequisites.

Background

UI flow mirrors the management-cluster deploy: pick Prism Central, the cluster, the node-OS image, and the endpoint IP, then next → ~10 minutes.

D7

Attaching clusters (attach vs manage).

Right answer

Attach an existing AKS/EKS (or other supported) cluster by establishing a network connection/tunnel (VPN or direct route) and providing credentials (a kubeconfig/token). Attaching gives observability and some management, not full orchestration.

Background

The counterpart to "managed" (D6). Attached pods keep running even if the cluster is detached (see quiz E24).

D8

Projects: quotas, secrets, and app deployments ("questions on project secrets").

Right answer

A project = a namespace (or group) scoped to specific clusters; the smallest unit where a user creates pods. You set CPU and memory quotas/limits; each project has its own secrets (its own namespace, so secrets don't leak across namespaces); app deployments are scoped to the project's namespace + project name.

Background

Study what project secrets are, how they operate, and the difference between a project secret and traditional authentication.

D9

Application types / platform apps; "is this deployed correctly?"

Right answer

Platform applications are Pro/Ultimate only. Enable them via the UI button or the CLI app deployment. To validate a deployment, use a kubectl command (screenshot-context questions).

Background

"Not a lot of questions on application types," and no question on nkp create app deployment itself, but expect "what failed?" context.

E · Practice-Quiz Answer Key transcript 4 · ~59 questions "taken directly from a version of the exam"

These are the live Kahoot questions the instructors ran, with the correct answers as revealed. Many reinforce the facts above; none are skipped. The two-answer ("choose two") items are noted, the quiz UI mishandled some of them.

E1

Non-air-gapped install hits "too many requests", most cost-effective fix?

Right answer

Specify DockerHub credentials, doubles the DockerHub rate-pull limit at no cost.

E2

Attaching an EKS cluster, how?

Right answer

Create an EKS service-account-generated token, which builds a kubeconfig, then plug that into NKP Ultimate.

E3

Velero restore fails, why?

Right answer

Rook/Ceph stores Velero backups / stateful data by default; if the Rook/Ceph cluster isn't up first, it can't restore the stateful PVs.

E4

You span 3 dev clusters, workspace, project, or global?

Right answer

A project, it applies to all clusters defined inside it.

E5

How should monitoring be deployed?

Right answer

With an app deployment in the production workspace, rather than manual per-cluster config overrides.

E6

Self-managed, air-gapped, single cluster that needs Commander.

Right answer

The self-managed, air-gapped single-cluster option (it runs Commander on itself rather than under a separate management cluster).

E7

Format of any Kubernetes manifest?

Right answer

YAML, always.

E8

What makes sure pods are running on each host? What's the monitoring capability?

Right answer

The kubelet ensures pods run on each host; Prometheus is the monitoring capability.

E9

Managing across different infrastructure?

Right answer

Fleet management (→ NKP Ultimate).

E10

Velero prerequisite?

Right answer

You must have a storage location registered.

E11

Loading images for NKP (choose two).

Right answer

docker load -i OR podman load -i, you can use Docker or Podman with NKP.

E12

Auto scaling distinction (trick).

Right answer

Application auto scaling is based on the pod/deployment config; cluster auto scaling = worker nodes. The trap answer was the application/pod one.

E13

What is the bootstrap for?

Right answer

Run the CAPI (Cappy) controllers and create the initial cluster object.

E14

The NKP UI is , ?

Right answer

Commander.

E15

After turning on Ultimate/Pro, pods won't schedule, why?

Right answer

Enabling the tier deploys many marketplace apps (Rook/Ceph, Velero, Grafana, Prometheus...); you need enough worker nodes in the management cluster or the pods can't be scheduled.

E16

RBAC for separate teams.

Right answer

Create a separate workspace for each team (not separate projects under one workspace). The HR / Finance / XYZ pattern.

E17

How much of the exam is workspaces-vs-projects?

Right answer

Roughly 20%, and the terms are intentionally intermixed to trick you.

E18

Harbor registry, what does it add?

Right answer

A vulnerability scanner that scans manifests and image layers for known CVEs.

E19

Velero command form?

Right answer

Always restore create or backup create.

E20

Air-gapped seeding, get or push?

Right answer

A push, nkp push bundle.

E21

Velero to an object store, setup?

Right answer

Create a secret for the object credentials and set the environment variables needed to talk to the store.

E22

Cluster network defines , ?

Right answer

The pod and service CIDR. Usually fine to leave alone, but in crowded environments these can overlap.

E23

Project app deployment (logging example), where does it land?

Right answer

Deployed inside that project (scoped to the project's namespace).

E24

What happens to a detached cluster's pods?

Right answer

Existing pods keep running; it may not start new ones, but the running ones continue.

E25

WS-Alpha / WS-Bravo, what are they?

Right answer

Workspace names, not commands (the titles were just shortened for the quiz).

E26

Bundle archive format?

Right answer

tar + XZ, a .tar.xz tarball.

E27

Minimum recommended resources for Starter vs Ultimate clusters ("definitely on the exam").

Right answer

Know both minimums; on the 16-vs-32 question, 32 is correct for the higher tier (16 is the trap).

E28

General theme of the question pool.

Right answer

Lots of air-gap and error questions, "just like the real exam."

E29

First step before building a node image?

Right answer

Make sure it's a supported OS.

E30

Two-step license upgrade.

Right answer

Move the Starter license first, then add the Ultimate license (this is the "choose two" / ordered question).

E31

Fluent Bit vs Fluentd.

Right answer

Fluent Bit = lightweight per-node/per-pod collector (pod logs need Fluent Bit in the pod); Fluentd = the aggregator it forwards to. (See C16.)

E32

Gatekeeper vs Dex.

Right answer

Gatekeeper = policy administration via OPA (Open Policy Agent); Dex = the authentication point.

E33

GPU worker nodes.

Right answer

A logical / process-of-elimination question (not deeply covered in the deck).

E34

Autoscaler, which to scale first?

Right answer

Scale the heaviest-load component first.

E35

Add an EKS context to the cluster.

Right answer

Use kubectl config use-context (select the EKS context).

E36

What are all the management clusters?

Right answer

Self-managed, they aren't managed by someone else.

E37

Get more detail on a resource.

Right answer

kubectl describe.

E38

Bootstrap build question.

Right answer

The bootstrap builds the initial cluster on the bastion (in Docker) before pivoting to the management cluster. (See C5.)

E39

"Kubernetizing Docker" question.

Right answer

NKP deploys Kubernetes from Kubernetes using Docker on the bastion (the bootstrap runs inside Docker). (See C4/C5.)

E40

RBAC workspaces-vs-project with a Terraform distractor.

Right answer

Terraform is outside this construct (never used in NKP here), it's the wrong answer; the right answer is the workspace/project one.

E41

16 vs 32 resources.

Right answer

32. 16 is the trap because you instinctively want the lower number.

E42

Final question, purpose of the local registry in air gap.

Right answer

Host the NKP bundle images and provide a local registry for air gap. (The green distractor "sounds right" but isn't.)

Closing instructor advice: the Nutanix University NKPA practice exam is a good pool, take it a couple of times. Schedule early (everyone's certifying). And spend the extra few minutes on workspaces vs projects. Read every command string carefully and use process of elimination, the exam isn't gotcha-heavy like IBM, but it does test whether you understand what a flag or command does.