This topic explains how to mount a PolarDB Agent LakeBase instance using either SidecarSet injection or direct ECS mounting.
Prerequisites
You have created a PolarDB Agent LakeBase instance.
Ensure the mounting environment and the instance are in the same VPC or have a connected network.
Mounting methods
Mounting method | Description |
Mounts the instance by injecting a sidecar container into pods in an ACK or ACS cluster using a SidecarSet. | |
Mounts a PolarDB Agent LakeBase instance directly on an ECS instance using a client. This method is suitable for non-containerized deployments or testing scenarios. | |
CSI mounting | PolarDB Agent LakeBase supports mounting in ACK and ACS clusters by using a CSI driver. If you require this method, contact us for support by joining our DingTalk group. Group ID: 34560007316 |
Obtain the metaurl
To mount a PolarDB Agent LakeBase instance, you first need its metaurl. You can find the Meta Address on the Basic Information page of the PolarDB Agent LakeBase instance.
The metaurl is pre-encoded. Use it to directly replace the <META_URL> placeholder in the following steps.