Azure Kubernetes Service Storage
In AKS, There are two types of storage options available:
A) Azure Disk
B) Azure Files
These stores are used to provide persistent storage to store data and images persistently. Azure disks can be used to create a Kubernetes DataDisk resource and mounted as ReadWrite, so the disks are only available to a single pod. we can’t share this with multiple pods. Azure Files are SMB based shared file system mounted across different machines. Using Azure files we can share data across multiple nodes and pods.
No comments:
Post a Comment