Açıklaması şöyle
AWS/AKS/GKE and other cloud providers provide storage to be used by their managed Kubernetes services.
Örnek
Şöyle yaparız
apiVersion: v1kind: Podmetadata:name: azure-volumespec:containers:- image: httpdname: azure-volumevolumeMounts:- name: azureVolumemountPath: /mnt/azurevolumes:- name: azureazureDisk:diskName: my-test.vhddiskURI: https://my.blob.com/vhd/my-test.vhd
Açıklaması şöyle
In the above specification,- diskName : Name of the VHD blob object
- diskURI : URI of the VHD blob
Hiç yorum yok:
Yorum Gönder