The docs belows state that Azure Disk and Azure File are supported:
==> It does not mention Azure BLOB whereas it works, see :
Azure Container Storage is supported in AKS, but there is no reference in ARO docs, RedHat OCP docs neither.
What is the roadmap regarding Azure Container Storage support in ARO ?
The docs belows state that Azure Disk and Azure File are supported:
==> It does not mention Azure BLOB whereas it works, see :
Azure Container Storage is supported in AKS, but there is no reference in ARO docs, RedHat OCP docs neither.
https://learn.microsoft.com/en-us/azure/storage/container-storage/container-storage-introduction#why-azure-container-storage-is-useful mentions: "Azure Container Storage works with Azure Kubernetes Service (AKS) and self-managed Kubernetes clusters. Because it uses open-source components, it supports deployments across Azure and other clouds."
Optimized performance for stateful workloads: Azure Container Storage delivers high read throughput and near-native disk write speeds by using NVMe-oF over TCP. This approach enables cost-effective performance for tier 1 I/O-intensive, general-purpose, throughput-sensitive, and development/test workloads.
Kubernetes-native volume orchestration: Create StorageClass objects and persistent volumes, and manage the full lifecycle of volumes including provisioning, expansion, deletion, and snapshots using kubectl commands.
https://learn.microsoft.com/en-us/azure/storage/common/storage-introduction#azure-container-storage
https://github.com/Azure/local-csi-driver does not explain how to install Azure Container Storage on ARO
What is the roadmap regarding Azure Container Storage support in ARO ?