Native Azure Storage Classes

Use Azure's built-in Kubernetes StorageClass constructs

Mounting Native Azure Built-In Storage Classes

AKS provides a few out-of-the-box StorageClass objects. To mount the built-in storage classes, configure Volumes as below.

Volumes field
- AccessMode: ReadWriteMany
  Name: data
  Path: /attachedvolume
  StorageClassName: azurefile #if empty default storage class will be used which is disk
  Size: 20Gi

Last updated

Logo

© DuploCloud, Inc. All rights reserved. DuploCloud trademarks used herein are registered trademarks of DuploCloud and affiliates