Tencent Cloud Tencent Kubernetes Engine (TKE) allows you to use Cloud Block Storage (CBS) disks by creating PersistentVolumes (PVs) and PersistentVolumeClaims (PVCs) and mounting volumes to workloads. This document describes how to mount a CBS disk to a workload in a cluster by using the following two methods:
To dynamically create a CBS disk, you generally need to complete the following steps:
- TKE provides a default StorageClass named cbs, which is configured with an HDD cloud disk in a randomly selected availability zone in pay-as-you-go mode.
- You can customize a StorageClass as required.
You can use an existing CBS disk as follows:
Was this page helpful?