Manage FlashArray Direct Access Shared Block Device (RWX Block) for KubeVirt VMs
Portworx enables the seamless integration of KubeVirt virtual machines (VMs) within Kubernetes clusters, leveraging the high performance of ReadWriteMany (RWX) volumes backed by FlashArray Direct Access (FADA) shared raw block RWX volumes. This approach supports raw block devices, which provide direct block storage access instead of a mounted filesystem. This is particularly beneficial for applications that demand low-latency and high-performance storage.
Traditional RWX storage using shared NFS filesystem volumes may face performance limitations, especially for workloads requiring high-speed I/O operations. By contrast, raw block devices:
- Eliminate filesystem overhead.
- Provide direct access to the underlying storage for improved performance.
- Enable efficient live migration of VMs using Kubernetes-native tools.
This page explains how to deploy KubeVirt VMs using raw block storage and describes the live migration workflow.