Azure Kubernetes Storage: Difference between revisions
Jump to navigation
Jump to search
(→CSI) |
|||
Line 11: | Line 11: | ||
* Install CSI driver: https://github.com/kubernetes-sigs/azuredisk-csi-driver/blob/master/docs/install-csi-driver-v0.9.0.md | * Install CSI driver: https://github.com/kubernetes-sigs/azuredisk-csi-driver/blob/master/docs/install-csi-driver-v0.9.0.md | ||
</font> | </font> | ||
=Operations= |
Revision as of 19:27, 25 November 2020
Internal
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.
- 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