Embedded etcd
Enterprise-Only Feature
This feature is an Enterprise feature. See our pricing plans or contact our sales team for more information.
When using this backing store option, etcd is deployed as part of the vCluster control plane pod to reduce the overall footprint.
warning
After deploying your vCluster, there are limited migration paths to change your backing store. Review the backing store migration options before deploying.
controlPlane:
backingStore:
etcd:
embedded:
enabled: true
Config reference​
embedded
required object pro​
Embedded defines to use embedded etcd as a storage backend for the virtual cluster
embedded
required object pro​enabled
required boolean false pro​
Enabled defines if the embedded etcd should be used.
enabled
required boolean false pro​migrateFromDeployedEtcd
required boolean false pro​
MigrateFromDeployedEtcd signals that vCluster should migrate from the deployed external etcd to embedded etcd.
migrateFromDeployedEtcd
required boolean false pro​snapshotCount
required integer pro​
SnapshotCount defines the number of snapshots to keep for the embedded etcd. Defaults to 10000 if less than 1.
snapshotCount
required integer pro​