在阿里云容器K8S服务中使用PV为pod来Mount Volumes

在容器控制台创建PV。
在阿里云容器K8S服务中使用PV为pod来Mount Volumes
如下图所示,输入创建的AccessKey,选择bucket,根据需要设定其他参数,点击Create。
在阿里云容器K8S服务中使用PV为pod来Mount Volumes
注意当你点击“选择Bucket”可能会出现以下画面,先忽略,直接确定并创建:
在阿里云容器K8S服务中使用PV为pod来Mount Volumes
此时需要RAM授权可以list bucket,在这里Trainer01用户被授权后:
在阿里云容器K8S服务中使用PV为pod来Mount Volumes
pv-oss创建好的画面如下:
在阿里云容器K8S服务中使用PV为pod来Mount Volumes
点击pv-oss2右边的查看yaml:
在阿里云容器K8S服务中使用PV为pod来Mount Volumes
创建相应的PVC。
在阿里云容器K8S服务中使用PV为pod来Mount Volumes
在阿里云容器K8S服务中使用PV为pod来Mount Volumes
在阿里云容器K8S服务中使用PV为pod来Mount Volumes
点击“存储卷”,看到存储卷pv-oss已经绑定存储声明pvc-oss。如下图:
在阿里云容器K8S服务中使用PV为pod来Mount Volumes
返回到CLI并运行以下命令以查看刚刚在控制台中创建的PV和PVC:
kubectl get pv
kubectl get pvc
在阿里云容器K8S服务中使用PV为pod来Mount Volumes

上一篇:如何选择阿里云服务器配置?


下一篇:AIX 6.1 异步 I/O 的 配置与性能评估