Home / Platform management / Clusters / Clusters / Public Cloud Cluster Initialization / Storage Initialization / Azure AKS Cluster Storage Initialization

Azure AKS Cluster Storage Initialization

Integration with Azure AKS and storage initialization configuration.

Constraints and Limitations

The default azurefile file storage class may not support permission changes after mounting, which can cause some applications like PostgreSQL and Jenkins to malfunction.

Prerequisites

Procedures

  1. Go to Platform Management, click Storage Management > Storage Class in the left navigation bar.

  2. Click the Update Project button on the right of the storage class named default or azurefile.

    Tip: After accessing the AKS cluster, default storage classes are generated as follows. It is recommended to use the default storage class for block storage and the azurefile storage class for file storage. Refer to Explanation of Default Storage Classes for details.

  3. Choose how to Assign Projects as needed, then click Update to assign the default or azurefile storage class to projects for use.

    Tip: If the default storage class does not meet your requirements, you can create a new storage class and modify the relevant parameters as needed, as described in Explanation of Storage Class Parameters .

Explanation of Default Storage Classes

Storage Class Name Storage Class Type Description
(Recommended) azurefile File Storage Creates an Azure file share using Azure Standard Storage.
(Recommended) default Block Storage Creates managed disks using Azure StandardSSD Storage.
azurefile-csi File Storage Creates an Azure file share using Azure Standard Storage.
azurefile-csi-nfs File Storage Creates an Azure file share using Azure Standard Storage with NFS protocol.
azurefile-csi-premium File Storage Creates an Azure file share using Azure Premium Storage.
azurefile-premium File Storage Creates an Azure file share using Azure Premium Storage.
managed Block Storage Creates managed disks using Azure StandardSSD Storage.
managed-csi Block Storage Creates managed disks using Azure StandardSSD locally redundant storage (LRS).
managed-csi-premium Block Storage Creates managed disks using Azure Premium locally redundant storage (LRS).
managed-premium Block Storage Creates managed disks using Azure Premium Storage.

Explanation of Storage Class Parameters