BlueAlly SA Reference · NCP-CN 6.10 Companion

VMware → Nutanix / NKP Translation Legend

You already know this stuff, you just know it by its VMware name. Left column is the world you come from, middle is what Nutanix calls it, right is the catch. Two layers: core infrastructure first, then the cloud native layer the NCP-CN exam actually tests.

Rows filter live across both tables. Print this page for a desk copy.

Exam warning: the NCP-CN exam speaks pure Nutanix. If you answer in your head with VMware vocabulary, translate before you click. Tested stack: NKP 2.12 on AOS 6.10 with Prism Central pc2024.2.

Layer 1 · Core Infrastructure (the world NKP sits on)

VMwareNutanixWhat to know
vCenter ServerPrism Central (PC)Multi cluster management plane. Prism Element is per cluster (closer to the ESXi host client than to vCenter).
ESXiAHVNutanix's free KVM based hypervisor. No per CPU hypervisor licensing. Nutanix also runs on ESXi itself, but NKP on AHV is the home game.
vSANAOS storage / DSF (Distributed Storage Fabric)Software defined storage pooled from local disks. The Controller VM (CVM) on every node serves I/O; there is no kernel module equivalent.
vMotionLive MigrationSame concept, AHV native. Data locality means hot data follows the VM after it lands.
DRSADS (Acropolis Dynamic Scheduling)Automatic initial placement plus hotspot remediation. Less knob heavy than DRS; it is on by default.
vSphere HAVM High AvailabilityRestart VMs from a failed host. Reserved segments vs admission control vocabulary differs, behavior rhymes.
DRS affinity / anti-affinity rulesAffinity PoliciesVM-host and VM-VM anti-affinity, defined in Prism. NCA level, but appears in NKP node placement conversations.
vSphere Standard/Distributed SwitchOpen vSwitch (OVS) virtual switchBond types (active-backup, balance-slb, LACP) replace NIC teaming policies. Managed vs unmanaged networks replace port groups with/without IPAM.
NSXFlow Virtual NetworkingMicrosegmentation and virtual networking. Not deep on the CN exam but the name comes up.
Storage Policy / datastoreStorage ContainerContainers carry RF (replication factor), compression, dedup, erasure coding settings.
VM Template / Content LibraryVM Template / Images (Prism Central)Image service in PC distributes images across clusters.
SRM / vSphere ReplicationLeap / Protection Policies / Recovery PlansDR orchestration. Async replication with 1 hour or greater RPO is the classic tier.
vRealize / Aria OperationsPrism Central monitoring + NCC health checksNCC is the cluster health checker; Pulse is the phone home telemetry.
VUM / vLCM (Lifecycle Manager)LCM (Life Cycle Manager)One LCM inventories and upgrades firmware AND software across the cluster. Same acronym, easy translation.

Layer 2 · Cloud Native (what NCP-CN actually tests)

VMwareNutanixWhat to know
Tanzu / TKG (Tanzu Kubernetes Grid)NKP (Nutanix Kubernetes Platform)The whole K8s platform. NKP descends from D2iQ's DKP (Konvoy + Kommander), acquired by Nutanix. Exam version: NKP 2.12.
TKG management cluster / SupervisorNKP Management Cluster (runs Kommander)The cluster that manages the fleet. Kommander is the fleet management application on it.
Tanzu Mission Control (TMC)KommanderMulti cluster fleet management: workspaces, projects, platform apps, attach foreign clusters (EKS/AKS/GKE). Heart of exam Section 4.
Tanzu Kubernetes Cluster (workload cluster)Managed / Workload ClusterDeployed from the management cluster into a workspace, via NKP UI or nkp CLI.
Cluster API (CAPI) under TKGCluster API (CAPI) under NKPSame upstream tech. Bootstrap cluster (temporary kind cluster) creates the management cluster, then CAPI resources (Cluster, MachineDeployment, etc.) drive everything. Exam objectives 1.2 and 2.1.
vSphere CSI driverNutanix CSI driverStorageClasses backed by Nutanix Volumes or Files. Default StorageClass matters for attach scenarios (objective 4.3).
Harbor (private registry)Private registry + registry seedingNKP does not ship a registry; you bring one and SEED it with NKP bundles for air-gapped installs. Heavy exam topic (objective 1.1).
TKG node images (BYOI)KIB / NIB (Konvoy/Nutanix Image Builder)CLI tools that bake OS machine images for cluster nodes, or prepare pre provisioned nodes. Objective 1.5.
Pinniped / vSphere SSO integrationDex (OIDC) identity providerNKP embeds Dex for IdP federation (LDAP, OIDC, SAML upstreams). Kommander roles vs cluster roles distinction is objective 3.1.
Velero on TKGVelero on NKPIdentical tool. Backup schedules, volume snapshot classes, restores via Velero CLI. Objective 3.3.
Prometheus/Grafana via Tanzu packagesPlatform Applications (monitoring stack)Kommander ships curated platform apps: Prometheus, Grafana, Loki based logging, Gatekeeper policy. Enabled per workspace or per cluster; global vs cluster scope is objective 4.6.
Fluent Bit logging on TKGLogging stack (Logging Operator + Loki + Grafana)Multi tenant logging, scaling the stack, persisting to Nutanix Unified Storage. Objective 3.2.
Cluster Autoscaler on TKGNKP Cluster AutoscalerPer provider configuration (Nutanix, AWS, vSphere). Objective 3.5.
TMC cluster groupsWorkspacesLogical isolation boundary for clusters + apps + RBAC. Projects subdivide workspaces for teams/namespaces with quotas and GitOps CD. Workspace vs project distinctions are exam gold (objectives 4.1, 4.5).
TMC attach clusterAttach cluster to a workspaceAttach existing EKS/AKS/GKE or any conformant cluster to Kommander. Requirements + tunneled attachment + default StorageClass are objective 4.3.
Tanzu editions licensingNKP Starter / Pro / UltimateFeature gates: multi cluster fleet management, Insights, FIPS, attach counts vary by tier. Aligning use case to tier is objective 1.3. Licenses applied through Kommander.
Argo CD via TanzuContinuous Deployment in Projects (GitOps, Flux based)Project level CD wiring a Git repo to clusters. Objective 4.5.
jumpboxBastion hostThe machine you run NKP installs from in restricted/air-gapped networks. Prereqs + network requirements are objective 1.4.