-[Persistent volumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) provide a plug-in model for storage in Kubernetes. In this model, the way that storage is provided is abstracted from how it's consumed. Therefore, you can bring your own highly available storage and plug it into the SQL Server big data cluster. While Kubernetes supports [various kinds of storage solutions](https://kubernetes.io/docs/concepts/storage/storage-classes/#provisioner), including Azure disks and files, Network File System (NFS), and local storage, Big Data Clusters are only supported on tested configurations. Please see our [platform release notes](https://learn.microsoft.com/sql/big-data-cluster/release-notes-big-data-cluster?view=sql-server-ver15&viewFallbackFrom=sql-server-ver16#tested-configurations) for the supported configurations.
0 commit comments