Here's what actually happened: Nutanix bought D2iQ's Kubernetes platform in 2023 when D2iQ's funding dried up. If you were a D2iQ customer, you probably spent months wondering if you got screwed. Good news: you didn't. Nutanix basically took D2iQ's Konvoy platform (which actually worked) and rebranded it with their own infrastructure magic, keeping the solid Cluster API (CAPI) foundation that made Konvoy reliable.
NKP is built on upstream Kubernetes - no vendor lock-in bullshit. It's the same CNCF-conformant K8s you know, just with all the tedious operational stuff handled so you don't have to spend 3 months configuring Istio, Prometheus, and storage.
The Real Problems It Solves
You Don't Want to Become a Kubernetes Expert: Setting up production K8s is a nightmare. NKP gives you a working stack with service mesh, monitoring, and security pre-configured. Instead of assembling 20 different tools and praying they work together, you get something that boots up ready for production workloads. Check out Nutanix's Kubernetes monitoring guide for details on the observability stack.
Multi-Cloud Without the Pain: Runs on AWS EKS, Azure, your on-prem stuff, even air-gapped environments. The same YAML deploys everywhere, which sounds simple but is actually fucking hard to get right. VMware refugees will find this especially useful since it integrates with Nutanix's AHV hypervisor.
Security That Doesn't Suck: Meets NSA/CISA hardening guidelines out of the box with military-grade security features. Pod security policies, network segmentation, vulnerability scanning - all the compliance checkboxes are pre-checked. Air-gapped deployment works if you're in government or finance and need to assume the internet is trying to kill you. The Nutanix Security Guide covers the complete security development lifecycle.
How It Actually Works
The architecture is pretty straightforward: one management cluster controls a bunch of workload clusters. Uses Cluster API (which is solid) and GitOps patterns so you define your clusters in YAML and they stay consistent. The NKP architecture documentation covers the technical details.
Here's what you get:
- Management Cluster: The brain that controls everything - don't fuck with this one
- Workload Clusters: Where your actual apps run - these can be anywhere
- AI Navigator: Marketing name for their chatbot that helps debug issues (works better than you'd expect)
- Storage Integration: Nutanix's storage stuff works across all clusters without you having to think about it
The platform got Forrester Leader status in Q3 2025, particularly for edge deployments and air-gapped stuff. That's actually meaningful because edge K8s and disconnected environments are where most platforms shit the bed. NKP handles intermittent connectivity and autonomous operations pretty well.
Migration Reality for D2iQ Customers: Plan for 2-4 weeks of work and some downtime. Feature parity is there but the UI is different enough that you'll need to retrain your team. Still beats starting over with EKS and spending 6 months configuring everything.