Azure Kubernetes Storage

From NovaOrdis Knowledge Base
Revision as of 21:16, 25 November 2020 by Ovidiu (talk | contribs) (→‎Internal)
Jump to navigation Jump to search

Internal

kubernetes.io/azure-file Provisioner

Azure Files storage can be exposed to pods as PV provisioned by the "kubernetes.io/azure-file" 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