Skip to main content

Embedded etcd


Pro Feature

This feature is available in the vCluster Pro tier. Contact us for more details and to start a trial.

etcd is deployed with vCluster to reduce the overall footprint while still providing the advantages of etcd.

You can migrate from an external etcd instance to the embedded one by configuring migrateFromDeployedEtcd: true.

controlPlane:
backingStore:
etcd:
embedded:
...

Config reference

embedded required object pro

Embedded defines to use embedded etcd as a storage backend for the virtual cluster

enabled required boolean false pro

Enabled defines if the embedded etcd should be used.

migrateFromDeployedEtcd required boolean false pro

MigrateFromDeployedEtcd signals that vCluster should migrate from the deployed external etcd to embedded etcd.