How is NVMe/TCP different from iSCSI for Kubernetes storage?
iSCSI carries SCSI commands over TCP with a single command queue per session, which serialises concurrent I/O. NVMe/TCP carries native NVMe commands and preserves the NVMe multi-queue model, so many pods and virtual machines can drive parallel I/O without a single-queue bottleneck. Both run on standard Ethernet, so NVMe/TCP keeps iSCSI's operational simplicity while removing its architectural limits.