Azure Kubernetes Storage

From NovaOrdis Knowledge Base
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:

Provision Azure Files ReadWriteMany Persistent Volumes on Azure OpenShift

CSI

CSI Organizatorium

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.

Operations