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
What each NKP license tier includes (Starter / Pro / Full Stack / Ultimate).
Right answerMemorize 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.
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.
Which tiers allow the managed OS vs bringing your own OS?
Right answerManaged Rocky Linux is available in all tiers. Bring-your-own Linux OS (and the prepackaged Ubuntu / Canonical image) is Pro and Ultimate only.
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.
Which infrastructure can each tier run on?
Right answerStarter = Nutanix AHV only. AHV is supported on all tiers. To run on AWS, Azure, or Google Cloud you need Pro or Ultimate.
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.
Which tiers get pre-provisioned infrastructure ("freedom of choice") and the advanced security pieces?
Right answerPro and Ultimate only.
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.
What is the management cluster and what runs on it?
Right answerThe 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.
It can run anywhere (cloud, on-prem, bare metal) and manages both attached and managed clusters.
Any question that mentions fleet management.
Right answerNKP 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."
"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.
Can you mix infrastructure providers in one managed environment?
Right answerPro: 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.
This is the practical difference fleet management buys you, and a clean license-tier discriminator the exam likes.
"What is the authentication provider for NKP?"
Right answerDex.
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.
Which identity connectors can Dex use?
Right answerSAML, OpenID (OIDC), GitHub, and LDAP, the four authentication types.
Know what Dex can federate to; this is the day-2 authentication/authorization section of the blueprint.
Networking / CNI questions.
Right answerCalico and Cilium, the two bundled CNIs. Kubernetes NetworkPolicies determine which pods can talk to each other.
"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.
Ingress and load-balancing components.
Right answerTraefik = 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.
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.
Storage / CSI driver licensing.
Right answerCSI 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.
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.
CSI driver features.
Right answerVolume provisioning, resize, cloning, snapshot/restore; supports RWO and RWX. Available in all licensing.
Deep CSI knowledge isn't required, just know what the driver does and that these are standard, all-tier capabilities.
Lifecycle management and Cluster API ("Cappy").
Right answerCluster 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.
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).
Observability layer licensing and which component does what.
Right answerObservability = Pro and Ultimate only. Grafana = visualization/dashboards (27 built-in). Prometheus = metrics. Loki + Fluent Bit/Fluentd = logs.
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.
AI Navigator licensing and behavior.
Right answerPro and Ultimate only. Can be disabled for air-gapped / high-security / no-internet environments.
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.
Nutanix data services on Kubernetes (NDK).
Right answerCSI 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).
NDK gives NKP-on-Nutanix the storage fabric, CSI persistence, and a catalog of data services as one cohesive platform.
Backup / DR, Velero (multiple questions; one of the heaviest themes).
Right answerVelero 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.
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
Service-platform services: GPU operator, Nutanix Enterprise AI, service mesh (Istio), serverless functions, Nutanix database services.
Right answerPro and Ultimate only.
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.
Managing external managed Kubernetes (EKS, AKS).
Right answerRequires NKP Ultimate (it's fleet management). NKP cannot manage Red Hat / OpenShift, its architecture prevents it.
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.
Cost / chargeback tooling.
Right answerKubecost (renamed/replaced by OpenCost in newer versions; for this exam it's Kubecost). Provides chargeback / showback per container. Included with NKP Ultimate.
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.
GitOps / the built-in Git operator.
Right answerNKP 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.
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.
NKP Insights (predictive analytics).
Right answerIncluded 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.
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."
Single vs multi cluster, and managed vs attached ("definitely know the difference, a number of questions").
Right answerSingle 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.
Expect several questions specifically on "managed vs attached" and the functionality differences between them.
NKP application architecture: cluster managers vs app managers, and the application types.
Right answerCluster 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.
"Taxonomy is really important in the NKP exam", know this hierarchy cold.
Air gap / dark site, the single heaviest-weighted area.
Right answerUnderstand 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).
"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.
Gatekeeper.
Right answerGatekeeper = policy as code / policy administration, built on OPA (Open Policy Agent). (Dex, by contrast, is the authentication point.)
There's "a question on Gatekeeper" but they don't go deep on its functionality, know what it is and does.
RBAC by license tier.
Right answerRBAC comes with all tiers. But granular global / workspace / project-based roles require Ultimate (it falls under fleet management). Starter and Pro get limited RBAC.
Another instance of the "granular control = fleet management = Ultimate" pattern.
NKE → NKP migration ("Can you move from NKE to NKP?").
Right answerYes, but with a caveat: it requires migration / rebuild (there are 4 migration options depending on how you do it).
NKE (Nutanix Kubernetes Engine, the older essentials-only product) is deprecated; Nutanix stopped releasing it and folded everything into NKP.
The "money slide": difference between NKP Full Stack and Ultimate, and relicensing NCI.
Right answerThe 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.
Tier guidance: Starter to get going; bring-your-own license → Pro; different infra (ESXi/AWS) → at least Pro; attach/manage existing EKS/AKS → Ultimate.
Workspaces vs projects (instructors estimate ~20% of the exam; terms are intermixed to trick you).
Right answerWorkspace = 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.
"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.
The exam follows the blueprint.
Right answerThe 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.
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
Do you have to type commands on the exam?
Right answerNo, the exam is 100% multiple choice. You never type a command string. What matters is reading a command and understanding what it does.
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.
Seeding the private registry; "why did this not deploy?" screenshots.
Right answerSeed 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.
Understand the registry-seeding workflow and the class of registry-level errors. These are sometimes two-part screenshot questions; not common, but they appear.
"Where must the private registry be accessible to and from?" (air gap).
Right answerFrom the bastion host (which pushes the images) and from the cluster nodes that pull images, all within the air-gapped network.
Network-requirements questions are guaranteed ("these will be questions"), especially in the air-gap context.
What does the bastion host do? (a couple of questions)
Right answerA 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.
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).
What is the bootstrap cluster for?
Right answerIt 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.
nkp create cluster creates the bootstrap automatically; you rarely make one manually (nkp create bootstrap), and those edge cases aren't on the exam.
kubectl get pods screenshot, "this pod isn't listed, why?"
Right answerBecause the command wasn't run with -A / --all-namespaces. By default kubectl get pods only shows the default namespace.
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.
Know the difference between NIB and KIB.
Right answerNIB = 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).
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.
Supported platforms / CPU architecture.
Right answerx86-64 / AMD64 only. No ARM64 (at the time of this exam version).
"Pretty simple, straight x86-64 base, I had the exact question."
Version matching across components.
Right answerEverything 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).
NKP uses version changes to swap underlying CNCF components, so mismatched versions break. "Overarching theme: always make sure the versions match the version."
KIB default YAML files.
Right answerKIB ships a default YAML per infrastructure provider (e.g., an Amazon Machine Image YAML); you edit it as needed, then build the image.
Be familiar with the tool's rough flow (--help shows the flags); you won't need every flag.
"How and where do air-gap images differ?"
Right answerYou 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.
Air gap = simply "no internet access", everything that would normally download must be staged in beforehand.
What does nkp create cluster do, and what is Commander?
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.
"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.
Applying a license / the NCI relicense gotcha (reinforced in the build flow).
Right answerStraightforward via the Nutanix licensing portal, except the NCI → NKP Full Stack case: unlicense the NCI portion, then apply the Full Stack license (see B12).
Reinforced because it's the one genuinely "squirrely" licensing operation.
Vouchers and retake logistics.
Right answerGet 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).
Not exam content per se, but flagged repeatedly as practical exam-day knowledge.
RBAC hierarchy, "surprisingly large number of gotcha questions."
Right answerGlobal = 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.
"Definitely study this slide." Same hierarchy as B13; the gotchas come from intermixing the terms.
"Why would I still need to deploy Fluent Bit in each pod?" (Fluent Bit vs Fluentd).
Right answerBecause 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.
Logging stack components: Loki, Fluentd, Fluent Bit, Banzai Cloud. "Know the difference between Fluent Bit and Fluentd."
Persistent data and object storage out of the box.
Right answerDefault CSI driver; PVs with provision/resize/clone; RWO and RWX. For object storage, Nutanix Objects provides S3-compatible storage for unstructured data.
The "running Kubernetes on Nutanix" advantage: storage is provided out of the box rather than sourced from another vendor.
Rook/Ceph vs Velero, and the bare-metal requirement.
Right answerRook/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.
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).
Recommended/minimum resource settings (incl. Starter vs Ultimate minimums).
Right answerKnow 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).
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."
etcd (and Prometheus / Thanos).
Right answeretcd = 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.
Few/no Thanos questions recalled; some Prometheus and "definitely some etcd" questions. Know etcd's function.
ConfigMaps.
Right answerBe 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.
You may have to scroll through several near-identical ConfigMaps and spot the difference, Linux familiarity helps.
Configure auto scaling ("a lot of questions on this section").
Right answerThe 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.
Questions focus on concepts ("what is it / what does it do / how does it work"), not command strings.
Deleting/editing clusters, "why did it fail?"
Right answerYou must detach an attached cluster before you can delete it (via the Commander 3-dot/hamburger menu). Order of operations matters.
"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
A cluster delete fails / the cluster is stuck, what do you check?
Right answerFinalizers. Finalizers are the last pieces of a cluster that must be cleared before deletion can complete; check/remove them.
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."
Multi-tenancy (no single question recalled, but flagged to understand).
Right answerUnderstand the logical multi-tenant model: workspaces and projects plus per-tenant login URLs isolate tenants. Understanding workspaces vs projects is the key.
Relevant for MSPs and customers running NKP as a service; "doesn't mean there isn't any" question on it.
Infrastructure providers ("a question you will see a couple of").
Right answerA "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.
The provider definition is what lets the management cluster reach out and stand up clusters elsewhere.
Cluster role bindings / workspace roles.
Right answerYou 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).
Same hierarchy as B13/C15, applied to the binding mechanics.
Per-tenant login.
Right answerNKP provides a dedicated login URL for each individual tenant, so a group can be inside Commander but see only its own workspace.
Important for MSP / multi-group deployments sharing one NKP environment.
Creating your first managed cluster, which providers?
Right answerA 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.
UI flow mirrors the management-cluster deploy: pick Prism Central, the cluster, the node-OS image, and the endpoint IP, then next → ~10 minutes.
Attaching clusters (attach vs manage).
Right answerAttach 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.
The counterpart to "managed" (D6). Attached pods keep running even if the cluster is detached (see quiz E24).
Projects: quotas, secrets, and app deployments ("questions on project secrets").
Right answerA 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.
Study what project secrets are, how they operate, and the difference between a project secret and traditional authentication.
Application types / platform apps; "is this deployed correctly?"
Right answerPlatform 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).
"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.
Non-air-gapped install hits "too many requests", most cost-effective fix?
Right answerSpecify DockerHub credentials, doubles the DockerHub rate-pull limit at no cost.
Attaching an EKS cluster, how?
Right answerCreate an EKS service-account-generated token, which builds a kubeconfig, then plug that into NKP Ultimate.
Velero restore fails, why?
Right answerRook/Ceph stores Velero backups / stateful data by default; if the Rook/Ceph cluster isn't up first, it can't restore the stateful PVs.
You span 3 dev clusters, workspace, project, or global?
Right answerA project, it applies to all clusters defined inside it.
How should monitoring be deployed?
Right answerWith an app deployment in the production workspace, rather than manual per-cluster config overrides.
Self-managed, air-gapped, single cluster that needs Commander.
Right answerThe self-managed, air-gapped single-cluster option (it runs Commander on itself rather than under a separate management cluster).
Format of any Kubernetes manifest?
Right answerYAML, always.
What makes sure pods are running on each host? What's the monitoring capability?
Right answerThe kubelet ensures pods run on each host; Prometheus is the monitoring capability.
Managing across different infrastructure?
Right answerFleet management (→ NKP Ultimate).
Velero prerequisite?
Right answerYou must have a storage location registered.
Loading images for NKP (choose two).
Right answerdocker load -i OR podman load -i, you can use Docker or Podman with NKP.
Auto scaling distinction (trick).
Right answerApplication auto scaling is based on the pod/deployment config; cluster auto scaling = worker nodes. The trap answer was the application/pod one.
What is the bootstrap for?
Right answerRun the CAPI (Cappy) controllers and create the initial cluster object.
The NKP UI is , ?
Right answerCommander.
After turning on Ultimate/Pro, pods won't schedule, why?
Right answerEnabling 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.
RBAC for separate teams.
Right answerCreate a separate workspace for each team (not separate projects under one workspace). The HR / Finance / XYZ pattern.
How much of the exam is workspaces-vs-projects?
Right answerRoughly 20%, and the terms are intentionally intermixed to trick you.
Harbor registry, what does it add?
Right answerA vulnerability scanner that scans manifests and image layers for known CVEs.
Velero command form?
Right answerAlways restore create or backup create.
Air-gapped seeding, get or push?
Right answerA push, nkp push bundle.
Velero to an object store, setup?
Right answerCreate a secret for the object credentials and set the environment variables needed to talk to the store.
Cluster network defines , ?
Right answerThe pod and service CIDR. Usually fine to leave alone, but in crowded environments these can overlap.
Project app deployment (logging example), where does it land?
Right answerDeployed inside that project (scoped to the project's namespace).
What happens to a detached cluster's pods?
Right answerExisting pods keep running; it may not start new ones, but the running ones continue.
WS-Alpha / WS-Bravo, what are they?
Right answerWorkspace names, not commands (the titles were just shortened for the quiz).
Bundle archive format?
Right answertar + XZ, a .tar.xz tarball.
Minimum recommended resources for Starter vs Ultimate clusters ("definitely on the exam").
Right answerKnow both minimums; on the 16-vs-32 question, 32 is correct for the higher tier (16 is the trap).
General theme of the question pool.
Right answerLots of air-gap and error questions, "just like the real exam."
First step before building a node image?
Right answerMake sure it's a supported OS.
Two-step license upgrade.
Right answerMove the Starter license first, then add the Ultimate license (this is the "choose two" / ordered question).
Fluent Bit vs Fluentd.
Right answerFluent Bit = lightweight per-node/per-pod collector (pod logs need Fluent Bit in the pod); Fluentd = the aggregator it forwards to. (See C16.)
Gatekeeper vs Dex.
Right answerGatekeeper = policy administration via OPA (Open Policy Agent); Dex = the authentication point.
GPU worker nodes.
Right answerA logical / process-of-elimination question (not deeply covered in the deck).
Autoscaler, which to scale first?
Right answerScale the heaviest-load component first.
Add an EKS context to the cluster.
Right answerUse kubectl config use-context (select the EKS context).
What are all the management clusters?
Right answerSelf-managed, they aren't managed by someone else.
Get more detail on a resource.
Right answerkubectl describe.
Bootstrap build question.
Right answerThe bootstrap builds the initial cluster on the bastion (in Docker) before pivoting to the management cluster. (See C5.)
"Kubernetizing Docker" question.
Right answerNKP deploys Kubernetes from Kubernetes using Docker on the bastion (the bootstrap runs inside Docker). (See C4/C5.)
RBAC workspaces-vs-project with a Terraform distractor.
Right answerTerraform is outside this construct (never used in NKP here), it's the wrong answer; the right answer is the workspace/project one.
16 vs 32 resources.
Right answer32. 16 is the trap because you instinctively want the lower number.
Final question, purpose of the local registry in air gap.
Right answerHost 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.