This topic describes how to mount PolarDB Agent LakeBase in different environments, including by SidecarSet injection, on an ECS instance, and using a CSI Driver.
Mount options
PolarDB Agent LakeBase supports multiple mount options. You can choose the option that best fits your deployment environment.
Mount option | Description |
Mounts PolarDB Agent LakeBase using a SidecarSet to inject a Sidecar container into Pods on nodes in ACK clusters. This option is recommended for production environments. | |
Mounts PolarDB Agent LakeBase directly on an ECS instance using a client. This option works well for non-containerized deployments or for testing and validation. | |
CSI Mount | PolarDB Agent LakeBase supports mounting in ACK clusters using a CSI Driver. For support with this option, join the support group on DingTalk by searching for the group ID. DingTalk group ID: 34560007316 |
Associate with PolarDB Agent Express | When you create a PolarDB Agent Express application, set the Storage Type to AI Cache and associate it with an existing PolarDB Agent LakeBase instance. |
Prerequisites
Complete the steps in Create a PolarDB Agent LakeBase instance.
Ensure that the mount environment is in the same VPC as the PolarDB Agent LakeBase instance, or that their networks are connected.
Obtain the MetaUrl
Before mounting a PolarDB Agent LakeBase instance, obtain its MetaUrl. Find the MetaURL on the Basic Information page of the PolarDB Agent LakeBase instance.
The MetaUrl is pre-encoded. Use this value to replace the <META_URL> placeholder in subsequent commands.