Azure Kubernetes Storage
Jump to navigation
Jump to search
Internal
kubernetes.io/azure-file Provisioner
Azure Files storage can be exposed to pods as Persistent Volume provisioned by the "kubernetes.io/azure-file" storage plug-in. An example of how to configure a Kubernetes (OpenShift) instance with the plug-in is available here:
kubernetes.io/azure-file Provisioner Operations
CSI
CSI Organizatorium
TODO: parallel structure with
The "disk.csi.azure.com" CSI plugin allows a Kubernetes instances deployed in Azure to use Azure disk volumes and mount them as block devices. Note that support for Azure disks shared between pods (ReadWriteMany access mode) is beta.
- https://docs.microsoft.com/en-us/azure/aks/csi-storage-drivers
- https://docs.microsoft.com/en-us/azure/aks/azure-files-csi
- https://github.com/kubernetes-sigs/azuredisk-csi-driver
- Create azure.config https://github.com/kubernetes-sigs/azuredisk-csi-driver/blob/master/docs/read-from-secret.md
- Install CSI driver: https://github.com/kubernetes-sigs/azuredisk-csi-driver/blob/master/docs/install-csi-driver-v0.9.0.md